commit | 6d52ced4ceccc0ec54c8e3064ad4bbdfbd27e468 | [log] [tgz] |
---|---|---|
author | Jesus Cea <jcea@jcea.es> | Wed Jun 25 12:55:48 2014 +0200 |
committer | Jesus Cea <jcea@jcea.es> | Wed Jun 25 12:55:48 2014 +0200 |
tree | 0c8a7c5b814191f5b7bc180aa5992303de6ebf43 | |
parent | 7de99717c80d8e5c0593e8eb28d45623551fc719 [diff] [blame] |
Closes #20872: dbm/gdbm/ndbm close methods are not documented
diff --git a/Doc/library/gdbm.rst b/Doc/library/gdbm.rst index 742c035..f36bb28 100644 --- a/Doc/library/gdbm.rst +++ b/Doc/library/gdbm.rst
@@ -116,6 +116,11 @@ unwritten data to be written to the disk. +.. function:: close() + + Close the ``gdbm`` database. + + .. seealso:: Module :mod:`anydbm`