Browse Source

bpo-44763: [doc] remove repetitive sentence from textwrap.wrap (GH-27423)

pull/27431/head
Jack DeVries 4 years ago
committed by GitHub
parent
commit
cb1d76f10a
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Doc/library/textwrap.rst

2
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.

Loading…
Cancel
Save