]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-44763: [doc] remove repetitive sentence from textwrap.wrap (GH-27423)
authorJack DeVries <58614260+jdevries3133@users.noreply.github.com>
Wed, 28 Jul 2021 15:24:27 +0000 (11:24 -0400)
committerGitHub <noreply@github.com>
Wed, 28 Jul 2021 15:24:27 +0000 (17:24 +0200)
Doc/library/textwrap.rst

index b729b836fb615b13d30a2521874f9d315d119407..7780e241769657e5d79b9804bf0ebb7859de043e 100644 (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.