summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2005-07-22 21:49:32 (GMT)
committerGeorg Brandl <georg@python.org>2005-07-22 21:49:32 (GMT)
commit7eb4b7d177adae5b5d0aefa6f54170b3967b2473 (patch)
tree9006926c7dc6c5ca522c2fdbf055a40f88fad2b1 /Misc
parent08c02dbb85a8eebe3395658260dec36dd4169381 (diff)
downloadcpython-7eb4b7d177adae5b5d0aefa6f54170b3967b2473.zip
cpython-7eb4b7d177adae5b5d0aefa6f54170b3967b2473.tar.gz
cpython-7eb4b7d177adae5b5d0aefa6f54170b3967b2473.tar.bz2
Fix all wrong instances of "it's".
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index f726589..a6679ad 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -275,7 +275,7 @@ Library
- Enhancements to the csv module:
+ Dialects are now validated by the underlying C code, better
- reflecting it's capabilities, and improving it's compliance with
+ reflecting its capabilities, and improving its compliance with
PEP 305.
+ Dialect parameter parsing has been re-implemented to improve error
reporting.