Skip to content

Commit 6e797a6

Browse files
committed
fix typo
1 parent af834e4 commit 6e797a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/dbm/sqlite3.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ class _Database(MutableMapping[bytes, bytes]):
2626
def __enter__(self) -> Self: ...
2727
def __exit__(self, *args: Unused) -> None: ...
2828

29-
def open(filename: StrOrBytesPath, /, flag: Literal["r", "w,", "c", "n"] = "r", mode: int = 0o666) -> _Database: ...
29+
def open(filename: StrOrBytesPath, /, flag: Literal["r", "w", "c", "n"] = "r", mode: int = 0o666) -> _Database: ...

0 commit comments

Comments
 (0)