summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorJack DeVries <58614260+jdevries3133@users.noreply.github.com>2021-07-28 15:24:27 (GMT)
committerGitHub <noreply@github.com>2021-07-28 15:24:27 (GMT)
commitcb1d76f10ab33dddd0dbd64e6506bf7c065d499b (patch)
tree7e9ca52ed0e9cb0701379cdf0a29c1de8929ba85 /Doc
parentc1e39d6b1167376fdaf3f288ba9a689e61c7fdd1 (diff)
downloadcpython-cb1d76f10ab33dddd0dbd64e6506bf7c065d499b.zip
cpython-cb1d76f10ab33dddd0dbd64e6506bf7c065d499b.tar.gz
cpython-cb1d76f10ab33dddd0dbd64e6506bf7c065d499b.tar.bz2
bpo-44763: [doc] remove repetitive sentence from textwrap.wrap (GH-27423)
Diffstat (limited to 'Doc')
-rw-r--r--Doc/library/textwrap.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/textwrap.rst b/Doc/library/textwrap.rst
index b729b83..7780e24 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.