cpython: 501edbbb74ff (original) (raw)

Mercurial > cpython

changeset 93410:501edbbb74ff 3.4

Issue 22803: Add missing versionadded directive.

Raymond Hettinger python@rcn.com
date Wed, 05 Nov 2014 21:27:56 -0800
parents cd36ba22602d
children 9ed44777331d d9fbe4fb2afc
files Doc/library/textwrap.rst
diffstat 1 files changed, 2 insertions(+), 0 deletions(-)[+] [-] Doc/library/textwrap.rst 2

line wrap: on

line diff

--- a/Doc/library/textwrap.rst +++ b/Doc/library/textwrap.rst @@ -113,6 +113,8 @@ functions should be good enough; otherwi + + world

:func:wrap, :func:fill and :func:shorten work by creating a :class:TextWrapper instance and calling a single method on it. That