mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-07 20:54:28 +08:00
Fix the return type of textwrap.wrap (#1813)
This commit is contained in:
@@ -46,7 +46,7 @@ def wrap(
|
||||
fix_sentence_endings: bool = ...,
|
||||
break_long_words: bool = ...,
|
||||
drop_whitespace: bool = ...,
|
||||
break_on_hyphens: bool = ...) -> AnyStr:
|
||||
break_on_hyphens: bool = ...) -> List[AnyStr]:
|
||||
...
|
||||
|
||||
def fill(
|
||||
|
||||
Reference in New Issue
Block a user