Skip to content

Commit af860ee

Browse files
wittekmmatthiaskramm
authored andcommitted
textwrap for py3: fixed stubs to include 'text' param (#420)
1 parent 4172300 commit af860ee

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

stdlib/3/textwrap.pyi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ def wrap(
7979
...
8080

8181
def fill(
82+
text: str,
8283
width: int = ...,
8384
*,
8485
initial_indent: str = ...,
@@ -96,6 +97,7 @@ def fill(
9697
...
9798

9899
def shorten(
100+
text: str,
99101
width: int,
100102
*,
101103
initial_indent: str = ...,

0 commit comments

Comments
 (0)