]> granicus.if.org Git - python/commit
bpo-30754: Document textwrap.dedent blank line behavior. (GH-14469)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 30 Jun 2019 04:40:41 +0000 (21:40 -0700)
committerGitHub <noreply@github.com>
Sun, 30 Jun 2019 04:40:41 +0000 (21:40 -0700)
commit3e133c401a51f08404b68f11d921f0b406283741
treecd4d14fd5637ef824702c34b0835f5e281623479
parent66c42f8bbcf5fa261a0d944ce8fbca9220abd11d
bpo-30754: Document textwrap.dedent blank line behavior. (GH-14469)

* Added documentation for textwrap.dedent behavior.
* Remove an obsolete note about pre-2.5 behavior from the docstring.
(cherry picked from commit eb97b9211e7c99841d6cae8c63893b3525d5a401)

Co-authored-by: tmblweed <tmblweed@users.noreply.github.com>
Doc/library/textwrap.rst
Lib/textwrap.py