@@ -922,13 +922,13 @@ msgid ""
922
922
"letters, too. Full Unicode matching also works unless the :const:`ASCII` "
923
923
"flag is used to disable non-ASCII matches. When the Unicode patterns ``[a-"
924
924
"z]`` or ``[A-Z]`` are used in combination with the :const:`IGNORECASE` flag, "
925
- "they will match the 52 ASCII letters and 4 additional non-ASCII letters: "
926
- "'İ' (U+0130, Latin capital letter I with dot above), 'ı' (U+0131, Latin "
927
- "small letter dotless i), 'ſ' (U+017F, Latin small letter long s) and "
928
- "'K' (U+212A, Kelvin sign). ``Spam`` will match ``'Spam'``, ``'spam'``, "
929
- "``'spAM'``, or ``' ſpam'`` (the latter is matched only in Unicode mode). This "
930
- "lowercasing doesn't take the current locale into account; it will if you "
931
- "also set the : const:`LOCALE` flag."
925
+ "they will match the 52 ASCII letters and 4 additional non-ASCII letters: 'İ' "
926
+ "(U+0130, Latin capital letter I with dot above), 'ı' (U+0131, Latin small "
927
+ "letter dotless i), 'ſ' (U+017F, Latin small letter long s) and 'K' (U+212A, "
928
+ "Kelvin sign). ``Spam`` will match ``'Spam'``, ``'spam'``, ``'spAM'``, or "
929
+ "``'ſpam'`` (the latter is matched only in Unicode mode). This lowercasing "
930
+ "doesn't take the current locale into account; it will if you also set the : "
931
+ "const:`LOCALE` flag."
932
932
msgstr ""
933
933
934
934
#: ../../howto/regex.rst:581
0 commit comments