Skip to content

Commit ca4de39

Browse files
committed
Remove the trailing /
1 parent d4c5563 commit ca4de39

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/sys.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1783,7 +1783,7 @@ always available. Unless explicitly noted otherwise, all variables are read-only
17831783
signature::
17841784

17851785
def filter(importing_module: str, imported_module: str,
1786-
fromlist: tuple[str, ...] | None, /) -> bool
1786+
fromlist: tuple[str, ...] | None) -> bool
17871787

17881788
Where:
17891789

0 commit comments

Comments
 (0)