summaryrefslogtreecommitdiffstats
path: root/Doc/library/textwrap.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/library/textwrap.rst')
-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.