Skip to content

Commit 7f0f9a9

Browse files
hugovkpicnixz
andauthored
Apply suggestions from code review
Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
1 parent 2672f1a commit 7f0f9a9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Doc/library/textwrap.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ functions should be good enough; otherwise, you should use an instance of
102102
print(repr(s)) # prints ' hello\n world\n '
103103
print(repr(dedent(s))) # prints 'hello\n world\n'
104104

105-
.. versionchanged:: next
105+
.. versionchanged:: 3.14
106106
The :func:`!dedent` function now correctly normalizes blank lines containing
107107
only whitespace characters. Previously, the implementation only normalized
108108
blank lines containing tabs and spaces.

Doc/whatsnew/3.14.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2273,6 +2273,7 @@ textwrap
22732273
and fix a bug with incomplete normalization of blank lines with whitespace
22742274
characters other than space and tab.
22752275

2276+
22762277
uuid
22772278
----
22782279

0 commit comments

Comments
 (0)