]> git.cworth.org Git - turbot/commit
Fix comment string for find_puzzle_for_sort_key
authorCarl Worth <cworth@cworth.org>
Tue, 12 Jan 2021 01:52:40 +0000 (17:52 -0800)
committerCarl Worth <cworth@cworth.org>
Tue, 12 Jan 2021 01:52:40 +0000 (17:52 -0800)
commitd53959afec8688d3f3c164f1b94de6dbec8bc13c
treec04c02d56733b8ecaa3d473fb5231b8cb4deb696
parentefcc50b43270077526fcd4a32c7bd9217a593133
Fix comment string for find_puzzle_for_sort_key

The documentation here was stale and still referring to puzzle_id even
though this function is actually using sort_key, (which is similar but
is also slightly different).
turbot/puzzle.py