From: Jack DeVries <58614260+jdevries3133@users.noreply.github.com> Date: Wed, 28 Jul 2021 15:24:27 +0000 (-0400) Subject: bpo-44763: [doc] remove repetitive sentence from textwrap.wrap (GH-27423) X-Git-Tag: v3.11.0a1~542 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cb1d76f10ab33dddd0dbd64e6506bf7c065d499b;p=thirdparty%2FPython%2Fcpython.git bpo-44763: [doc] remove repetitive sentence from textwrap.wrap (GH-27423) --- diff --git a/Doc/library/textwrap.rst b/Doc/library/textwrap.rst index b729b836fb61..7780e2417696 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.