Skip to content

Commit 3a063f0

Browse files
Update f_string.pyi
1 parent 3aa2dfe commit 3a063f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-data/unit/fixtures/f_string.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ class bool(int): pass
3232
class str:
3333
def __add__(self, s: str) -> str: pass
3434
def format(self, *args) -> str: pass
35-
def join(self, l: List[str]) -> str: pass
35+
def join(self, l: Iterable[str]) -> str: pass
3636

3737

3838
class dict: pass

0 commit comments

Comments
 (0)