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 af834e4 commit 6e797a6Copy full SHA for 6e797a6
stdlib/dbm/sqlite3.pyi
@@ -26,4 +26,4 @@ class _Database(MutableMapping[bytes, bytes]):
26
def __enter__(self) -> Self: ...
27
def __exit__(self, *args: Unused) -> None: ...
28
29
-def open(filename: StrOrBytesPath, /, flag: Literal["r", "w,", "c", "n"] = "r", mode: int = 0o666) -> _Database: ...
+def open(filename: StrOrBytesPath, /, flag: Literal["r", "w", "c", "n"] = "r", mode: int = 0o666) -> _Database: ...
0 commit comments