summaryrefslogtreecommitdiff
path: root/Misc
diff options
context:
space:
mode:
authorPetri Lehtinen <petri@digip.org>2012-02-16 21:39:03 +0200
committerPetri Lehtinen <petri@digip.org>2012-02-16 21:39:03 +0200
commitb3890226b33f86d485dccac309d442b15e766270 (patch)
tree4d4afc7e5b53d7c76fe420dc6974d0eb538c64a8 /Misc
parentf670ca5e70962cf7fbc5b1c5758fb70d9c2e0e00 (diff)
downloadcpython-git-b3890226b33f86d485dccac309d442b15e766270.tar.gz
sqlite3: Fix documentation errors concerning Cursor.rowcount
Closes #13995.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 8b0e12a8f3..9c6485576b 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -528,8 +528,8 @@ Extension Modules
Documentation
-------------
-- Issue #13491: Fix many errors in sqlite3 documentation. Initial
- patch by Johannes Vogel.
+- Issues #13491 and #13995: Fix many errors in sqlite3 documentation.
+ Initial patch for #13491 by Johannes Vogel.
- Issue #13402: Document absoluteness of sys.executable.