mirror of
https://github.com/python/cpython.git
synced 2025-11-25 12:44:13 +00:00
Redundancy isn't needed here.
Redundancy isn't needed here.
This commit is contained in:
parent
676161a850
commit
a328029c9a
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ Note: 'r' and 'w' fail if the database doesn't exist; 'c' creates it
|
|||
only if it doesn't exist; and 'n' always creates a new database.
|
||||
"""
|
||||
|
||||
__all__ = ['open', 'whichdb', 'error', 'error']
|
||||
__all__ = ['open', 'whichdb', 'error']
|
||||
|
||||
import io
|
||||
import os
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue