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.rst5
1 files changed, 0 insertions, 5 deletions
diff --git a/Doc/library/textwrap.rst b/Doc/library/textwrap.rst
index f729a64..e4340fa 100644
--- a/Doc/library/textwrap.rst
+++ b/Doc/library/textwrap.rst
@@ -8,8 +8,6 @@
.. sectionauthor:: Greg Ward <gward@python.net>
-.. versionadded:: 2.3
-
The :mod:`textwrap` module provides two convenience functions, :func:`wrap` and
:func:`fill`, as well as :class:`TextWrapper`, the class that does all the work,
and a utility function :func:`dedent`. If you're just wrapping or filling one
@@ -124,9 +122,6 @@ constructor) are as follows:
at the beginning or end of a line is dropped (leading whitespace in the first
line is always preserved, though).
- .. versionadded:: 2.6
- Whitespace was always dropped in earlier versions.
-
.. attribute:: TextWrapper.initial_indent