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:
Miss Islington (bot) 2021-07-28 10:31:19 -07:00 committed by GitHub
parent 019a8b08fa
commit 9337c60ba8
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. newlines.
Optional keyword arguments correspond to the instance attributes of 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 See the :meth:`TextWrapper.wrap` method for additional details on how
:func:`wrap` behaves. :func:`wrap` behaves.