Assorted fixes to stubs

This commit is contained in:
Ben Darnell
2016-01-16 16:52:01 -05:00
parent 43fcb6c185
commit 3a674645a5
5 changed files with 32 additions and 4 deletions

View File

@@ -61,6 +61,7 @@ class TextWrapper:
def wrap(
text: str = ...,
width: int = ...,
*,
initial_indent: str = ...,