Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix error in quick-reference.py
Browse files Browse the repository at this point in the history
tallpauley committed Jan 22, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 7a7594d commit d0930e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/quick-reference.py
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit d0930e1

Please sign in to comment.