summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2014-11-06 05:28:19 (GMT)
committerRaymond Hettinger <python@rcn.com>2014-11-06 05:28:19 (GMT)
commit2ac09cbe5e08205b56082cbbcba83d3f5220d6cf (patch)
tree7a3fc4279010b7076ed59d28dfb8e12f2d44e421
parent5c2939cc41ebaeccdd2092f3680f428b7012c8ef (diff)
parentdc69e03ef3867c03ae1369b7f7262dc83729427a (diff)
downloadcpython-2ac09cbe5e08205b56082cbbcba83d3f5220d6cf.zip
cpython-2ac09cbe5e08205b56082cbbcba83d3f5220d6cf.tar.gz
cpython-2ac09cbe5e08205b56082cbbcba83d3f5220d6cf.tar.bz2
merge
-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 edf1fd6..9fe7a35 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