Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
corona10 committed Jul 23, 2023
1 parent d19ff97 commit ee3fd12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Doc/library/dbm.rst
Original file line number Diff line number Diff line change
Expand Up @@ -314,6 +314,7 @@ to locate the appropriate header file to simplify building this module.
Close the ``ndbm`` database.

.. method:: ndbm.clear()

Remove all items from the ``ndbm`` database.

.. versionadded:: 3.13
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Add :meth:`clear` to :mod:`dbm.ndbm`. Patch By Dong-hee Na.
Add :meth:`dbm.ndbm.clear` to :mod:`dbm.ndbm`. Patch By Dong-hee Na.

0 comments on commit ee3fd12

Please sign in to comment.