mirror of
https://github.com/python/cpython.git
synced 2025-10-03 13:45:29 +00:00
bpo-44763: [doc] remove repetitive sentence from textwrap.wrap (GH-27423) (GH-27427)
(cherry picked from commit cb1d76f10a
)
Co-authored-by: Jack DeVries <58614260+jdevries3133@users.noreply.github.com>
This commit is contained in:
parent
019a8b08fa
commit
9337c60ba8
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue