mirror of
https://github.com/python/cpython.git
synced 2025-11-01 10:45:30 +00:00
bpo-44763: [doc] remove repetitive sentence from textwrap.wrap (GH-27423)
This commit is contained in:
parent
c1e39d6b11
commit
cb1d76f10a
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