]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[2.7] bpo-30754: Document textwrap.dedent blank line behavior. (GH-14469) (GH-14475)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 30 Jun 2019 04:41:55 +0000 (21:41 -0700)
committerGitHub <noreply@github.com>
Sun, 30 Jun 2019 04:41:55 +0000 (21:41 -0700)
commitbc60c47169d1cb33f6fbe1ed64c09a536e82e1c3
tree432fe04b80c38cf71c9a7f97229c1bacc9ee1ff1
parent065aff3c518a641e7a734a5b93f9ebed1b405c49
[2.7] bpo-30754: Document textwrap.dedent blank line behavior. (GH-14469) (GH-14475)

* Added documentation for textwrap.dedent behavior.
(cherry picked from commit eb97b9211e7c99841d6cae8c63893b3525d5a401)

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