Browse Source
bpo-44763: [doc] remove repetitive sentence from textwrap.wrap (GH-27423)
pull/27431/head
Jack DeVries
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
Doc/library/textwrap.rst
|
|
|
@ -28,7 +28,7 @@ functions should be good enough; otherwise, you should use an instance of |
|
|
|
newlines. |
|
|
|
|
|
|
|
Optional keyword arguments correspond to the instance attributes of |
|
|
|
:class:`TextWrapper`, documented below. *width* defaults to ``70``. |
|
|
|
:class:`TextWrapper`, documented below. |
|
|
|
|
|
|
|
See the :meth:`TextWrapper.wrap` method for additional details on how |
|
|
|
:func:`wrap` behaves. |
|
|
|
|