#14880: Fix kwargs notation in csv.reader, .writer & .register_dialect

Patch by Chris Rebert.
diff --git a/Misc/NEWS b/Misc/NEWS
index b97655b..71a858e 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -378,6 +378,9 @@
 Documentation
 -------------
 
+- Issue #14880: Fix kwargs notation in csv.reader, .writer & .register_dialect.
+  Patch by Chris Rebert.
+
 - Issue #14674: Add a discussion of the json module's standard compliance.
   Patch by Chris Rebert.