]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Minor typo
authorBarry Warsaw <barry@python.org>
Sun, 20 Jul 2003 18:00:54 +0000 (18:00 +0000)
committerBarry Warsaw <barry@python.org>
Sun, 20 Jul 2003 18:00:54 +0000 (18:00 +0000)
Misc/NEWS

index 13373fc322f90c3a8700a3ae0409adff7a241db5..aedd5b69d5f014e1934d3d21bf8d46c47dc3b030 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -64,8 +64,9 @@ Extension modules
   (SF bug 763298).
 
   The DB and DBEnv set_get_returns_none function was extended to take
-  a level instead of a boolean flag.  The new level 2 mans return None
-  instead of raising an exception.  This applies to set methods.
+  a level instead of a boolean flag.  The new level 2 means that in
+  addition, cursor.set()/.get() methods return None instead of raising
+  an exception.
 
   A typo was fixed in DBCursor.join_item(), preventing a crash.