Skip to content

Commit f42ebdf

Browse files
authored
make shlex.shlex Iterator (#12756)
1 parent 2b1c7d5 commit f42ebdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/shlex.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def join(split_command: Iterable[str]) -> str: ...
2727
def quote(s: str) -> str: ...
2828

2929
# TODO: Make generic over infile once PEP 696 is implemented.
30-
class shlex(Iterable[str]):
30+
class shlex:
3131
commenters: str
3232
wordchars: str
3333
whitespace: str

0 commit comments

Comments
 (0)