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 3aa2dfe commit 3a063f0Copy full SHA for 3a063f0
test-data/unit/fixtures/f_string.pyi
@@ -32,7 +32,7 @@ class bool(int): pass
32
class str:
33
def __add__(self, s: str) -> str: pass
34
def format(self, *args) -> str: pass
35
- def join(self, l: List[str]) -> str: pass
+ def join(self, l: Iterable[str]) -> str: pass
36
37
38
class dict: pass
0 commit comments