diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2011-02-07 23:10:33 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2011-02-07 23:10:33 (GMT) |
commit | 631507d1c6789df339b7e1115d992a9b60611121 (patch) | |
tree | f18a9bc9dfef8f29a5a41747d15167c7c2a943e8 /Doc/ACKS.txt | |
parent | da397903c9f1fd80403322003b17727c52faf877 (diff) | |
download | cpython-631507d1c6789df339b7e1115d992a9b60611121.zip cpython-631507d1c6789df339b7e1115d992a9b60611121.tar.gz cpython-631507d1c6789df339b7e1115d992a9b60611121.tar.bz2 |
Issue #11141: Fix the shelve documentation to use a list, not a range object.
Patch by SilentGhost.
Diffstat (limited to 'Doc/ACKS.txt')
-rw-r--r-- | Doc/ACKS.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/ACKS.txt b/Doc/ACKS.txt index bcf70b5..c51d211 100644 --- a/Doc/ACKS.txt +++ b/Doc/ACKS.txt @@ -182,6 +182,7 @@ docs@python.org), and we'll be glad to correct the problem. * Joakim Sernbrant * Justin Sheehy * Charlie Shepherd + * SilentGhost * Michael Simcich * Ionel Simionescu * Michael Sloan |