]> granicus.if.org Git - python/commitdiff
Issue 22803: Add missing versionadded directive.
authorRaymond Hettinger <python@rcn.com>
Thu, 6 Nov 2014 05:27:56 +0000 (21:27 -0800)
committerRaymond Hettinger <python@rcn.com>
Thu, 6 Nov 2014 05:27:56 +0000 (21:27 -0800)
Doc/library/textwrap.rst

index edf1fd6ece45fb403a4a0df8f60882cae6fe59ca..9fe7a3589a7ba1618442c729a671aa6307785e30 100644 (file)
@@ -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