diff options
author | Benjamin Peterson <benjamin@python.org> | 2008-08-16 02:59:55 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2008-08-16 02:59:55 (GMT) |
commit | 9abf93d6c96991167cc6acf50f025410ea1def2f (patch) | |
tree | 2d4cd67df1cc6f47d5244a771753ced49f63a4a6 /Doc/library/textwrap.rst | |
parent | 24c4d85598d9f191350ae8a345c310a1a5c75214 (diff) | |
download | cpython-9abf93d6c96991167cc6acf50f025410ea1def2f.zip cpython-9abf93d6c96991167cc6acf50f025410ea1def2f.tar.gz cpython-9abf93d6c96991167cc6acf50f025410ea1def2f.tar.bz2 |
murder some versionadded and versionchanged directives in their beds
Diffstat (limited to 'Doc/library/textwrap.rst')
-rw-r--r-- | Doc/library/textwrap.rst | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Doc/library/textwrap.rst b/Doc/library/textwrap.rst index a18a801..883d5f9 100644 --- a/Doc/library/textwrap.rst +++ b/Doc/library/textwrap.rst @@ -181,8 +181,6 @@ indentation from strings that have unwanted whitespace to the left of the text. you want truly insecable words. Default behaviour in previous versions was to always allow breaking hyphenated words. - .. versionadded:: 2.6 - :class:`TextWrapper` also provides two public methods, analogous to the module-level convenience functions: |