summaryrefslogtreecommitdiffstats
path: root/Modules/_csv.c
diff options
context:
space:
mode:
authorSkip Montanaro <skip@pobox.com>2003-04-11 21:40:01 (GMT)
committerSkip Montanaro <skip@pobox.com>2003-04-11 21:40:01 (GMT)
commitdfa35fa3b67bfff6c4fb2a6c7fef3ca8305eaf33 (patch)
treec2e0a26db077787c3552c2dbb8c54e19c41421dc /Modules/_csv.c
parent125b9b0736c771d39b87311f31854518dbf052ca (diff)
downloadcpython-dfa35fa3b67bfff6c4fb2a6c7fef3ca8305eaf33.zip
cpython-dfa35fa3b67bfff6c4fb2a6c7fef3ca8305eaf33.tar.gz
cpython-dfa35fa3b67bfff6c4fb2a6c7fef3ca8305eaf33.tar.bz2
typo
Diffstat (limited to 'Modules/_csv.c')
-rw-r--r--Modules/_csv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/_csv.c b/Modules/_csv.c
index ebabf12..68c6a81 100644
--- a/Modules/_csv.c
+++ b/Modules/_csv.c
@@ -7,7 +7,7 @@ module. Users should not use this module directly, but import the csv.py
module instead.
**** For people modifying this code, please note that as of this writing
-**** (2003-03-23), it is intended t hat this code should work with Python
+**** (2003-03-23), it is intended that this code should work with Python
**** 2.2.
*/