@@ -1843,9 +1843,9 @@ expression support in the :mod:`re` module).
18431843 lowercase, :meth: `lower ` would do nothing to ``'ß' ``; :meth: `casefold `
18441844 converts it to ``"ss" ``.
18451845
1846- The casefolding algorithm is
1847- ` described in section 3.13 'Default Case Folding' of the Unicode Standard
1848- <https://www.unicode.org/versions/Unicode16 .0.0/core-spec/chapter-3/#G33992 > `__.
1846+ The casefolding algorithm is ` described in section 3.13.3 'Default Case
1847+ Folding' of the Unicode Standard
1848+ <https://www.unicode.org/versions/Unicode17 .0.0/core-spec/chapter-3/#G53253 > `__.
18491849
18501850 .. versionadded :: 3.3
18511851
@@ -2056,7 +2056,7 @@ expression support in the :mod:`re` module).
20562056 property being one of "Lm", "Lt", "Lu", "Ll", or "Lo". Note that this is different
20572057 from the `Alphabetic property defined in the section 4.10 'Letters, Alphabetic, and
20582058 Ideographic' of the Unicode Standard
2059- <https://www.unicode.org/versions/Unicode16 .0.0/core-spec/chapter-4/#G91002> `_ .
2059+ <https://www.unicode.org/versions/Unicode17 .0.0/core-spec/chapter-4/#G91002> `__ .
20602060
20612061
20622062.. method :: str.isascii()
@@ -2196,9 +2196,9 @@ expression support in the :mod:`re` module).
21962196 Return a copy of the string with all the cased characters [4 ]_ converted to
21972197 lowercase.
21982198
2199- The lowercasing algorithm used is
2200- ` described in section 3.13 'Default Case Folding ' of the Unicode Standard
2201- <https://www.unicode.org/versions/Unicode16 .0.0/core-spec/chapter-3/#G33992 > `__.
2199+ The lowercasing algorithm used is ` described in section 3.13.2 'Default Case
2200+ Conversion ' of the Unicode Standard
2201+ <https://www.unicode.org/versions/Unicode17 .0.0/core-spec/chapter-3/#G34078 > `__.
22022202
22032203
22042204.. method :: str.lstrip(chars=None, /)
@@ -2561,9 +2561,9 @@ expression support in the :mod:`re` module).
25612561 character(s) is not "Lu" (Letter, uppercase), but e.g. "Lt" (Letter,
25622562 titlecase).
25632563
2564- The uppercasing algorithm used is
2565- ` described in section 3.13 'Default Case Folding ' of the Unicode Standard
2566- <https://www.unicode.org/versions/Unicode16 .0.0/core-spec/chapter-3/#G33992 > `__.
2564+ The uppercasing algorithm used is ` described in section 3.13.2 'Default Case
2565+ Conversion ' of the Unicode Standard
2566+ <https://www.unicode.org/versions/Unicode17 .0.0/core-spec/chapter-3/#G34078 > `__.
25672567
25682568
25692569.. method :: str.zfill(width, /)
0 commit comments