summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Doc/library/textwrap.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/library/textwrap.rst b/Doc/library/textwrap.rst
index edf1fd6ece..9fe7a3589a 100644
--- a/Doc/library/textwrap.rst
+++ b/Doc/library/textwrap.rst
@@ -113,6 +113,8 @@ functions should be good enough; otherwise, you should use an instance of
+
+ world
+ .. versionadded:: 3.3
+
:func:`wrap`, :func:`fill` and :func:`shorten` work by creating a
:class:`TextWrapper` instance and calling a single method on it. That