Skip to content

Commit 369d148

Browse files
bpo-44763: [doc] remove repetitive sentence from textwrap.wrap (GH-27423) (GH-27426)
(cherry picked from commit cb1d76f) Co-authored-by: Jack DeVries <[email protected]>
1 parent 97af790 commit 369d148

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/textwrap.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ functions should be good enough; otherwise, you should use an instance of
2828
newlines.
2929

3030
Optional keyword arguments correspond to the instance attributes of
31-
:class:`TextWrapper`, documented below. *width* defaults to ``70``.
31+
:class:`TextWrapper`, documented below.
3232

3333
See the :meth:`TextWrapper.wrap` method for additional details on how
3434
:func:`wrap` behaves.

0 commit comments

Comments
 (0)