From d0930e11d3eca7729414b26ded2161a4795dd64c Mon Sep 17 00:00:00 2001 From: Christopher Pauley Date: Tue, 21 Jan 2025 17:48:02 -0800 Subject: [PATCH] fix error in quick-reference.py --- examples/quick-reference.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/quick-reference.py b/examples/quick-reference.py index 49bca9b..c0eb542 100644 --- a/examples/quick-reference.py +++ b/examples/quick-reference.py @@ -12,7 +12,7 @@ print(wsv.word()) # Sample a totally random word that starts with "B", contains "a", ends with "rs" -print(wsv.word(rnd=1, startswith="B", inner="a", endswith="rs")) +print(wsv.word(rnd=1, startswith="B", contains="a", endswith="rs")) # Most common word which has an inner "aa" (not overlapping first or last # letter) and at least 6 letters