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

ambv webhook-mailer at python.org
Wed Jul 28 13:31:04 EDT 2021


https://github.com/python/cpython/commit/369d1480b7d51b65c08664ecd63c970fb0d573e1
commit: 369d1480b7d51b65c08664ecd63c970fb0d573e1
branch: 3.10
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: ambv <lukasz at langa.pl>
date: 2021-07-28T19:30:58+02:00
summary:

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

(cherry picked from commit cb1d76f10ab33dddd0dbd64e6506bf7c065d499b)

Co-authored-by: Jack DeVries <58614260+jdevries3133 at users.noreply.github.com>

files:
M Doc/library/textwrap.rst

diff --git a/Doc/library/textwrap.rst b/Doc/library/textwrap.rst
index b729b836fb615..7780e24176965 100644
--- a/Doc/library/textwrap.rst
+++ b/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.



More information about the Python-checkins mailing list