summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS')
-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.