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