Skip to content

Commit ff69b2f

Browse files
-ize
Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
1 parent 41a7ea8 commit ff69b2f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Doc/library/textwrap.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ functions should be good enough; otherwise, you should use an instance of
104104

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

110110
.. function:: indent(text, prefix, predicate=None)

Doc/whatsnew/3.14.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1075,7 +1075,7 @@ io
10751075
textwrap
10761076
--------
10771077

1078-
* Optimise the :func:`~textwrap.dedent` function, improving performance by
1078+
* Optimize the :func:`~textwrap.dedent` function, improving performance by
10791079
an average of 2.4x, with larger improvements for bigger inputs,
10801080
and fix a bug with incomplete normalization of blank lines with whitespace
10811081
characters other than space and tab.

0 commit comments

Comments
 (0)