diff options
author | Benjamin Peterson <benjamin@python.org> | 2008-03-27 00:25:33 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2008-03-27 00:25:33 (GMT) |
commit | 8113586723e98212a3ffc6aa83b6fc22a7ab5e70 (patch) | |
tree | ffef5977eb1ab0e1159396395945881a44363c8e | |
parent | 3784c6b1af17965de8c3c27e071b91e8a1a30848 (diff) | |
download | cpython-8113586723e98212a3ffc6aa83b6fc22a7ab5e70.zip cpython-8113586723e98212a3ffc6aa83b6fc22a7ab5e70.tar.gz cpython-8113586723e98212a3ffc6aa83b6fc22a7ab5e70.tar.bz2 |
add commas for introductory clauses
-rw-r--r-- | Misc/ACKS | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,11 +4,11 @@ Acknowledgements This list is not complete and not in any useful order, but I would like to thank everybody who contributed in any way, with code, hints, bug reports, ideas, moral support, endorsement, or even complaints.... -Without you I would've stopped working on Python long ago! +Without you, I would've stopped working on Python long ago! --Guido -PS: In the standard Python distribution this file is encoded in Latin-1. +PS: In the standard Python distribution, this file is encoded in Latin-1. David Abrahams Jim Ahlstrom |