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

This commit is contained in:
Jack DeVries 2021-07-28 11:24:27 -04:00 committed by GitHub
parent c1e39d6b11
commit cb1d76f10a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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