Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad0790e commit 5c1a0c9Copy full SHA for 5c1a0c9
1 file changed
Doc/library/dbm.rst
@@ -30,9 +30,9 @@ the Oracle Berkeley DB.
30
name, such as ``'dbm.ndbm'`` or ``'dbm.gnu'``.
31
32
33
-.. function:: open(filename, flag='r', mode=0o666)
+.. function:: open(file, flag='r', mode=0o666)
34
35
- Open the database file *filename* and return a corresponding object.
+ Open the database file *file* and return a corresponding object.
36
37
If the database file already exists, the :func:`whichdb` function is used to
38
determine its type and the appropriate module is used; if it does not exist,
0 commit comments