From: Skip Montanaro Date: Fri, 11 Apr 2003 21:40:01 +0000 (+0000) Subject: typo X-Git-Tag: v2.3c1~1213 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=dfa35fa3b67bfff6c4fb2a6c7fef3ca8305eaf33;p=thirdparty%2FPython%2Fcpython.git typo --- diff --git a/Modules/_csv.c b/Modules/_csv.c index ebabf1239c33..68c6a81e4df7 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. */