File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Filter options
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ msgid ""
11
11
msgstr ""
12
12
"Project-Id-Version : Python 3.10\n "
13
13
"Report-Msgid-Bugs-To : \n "
14
- "POT-Creation-Date : 2022-12-01 04:22 +0000\n "
14
+ "POT-Creation-Date : 2022-12-20 04:20 +0000\n "
15
15
"PO-Revision-Date : 2022-11-05 17:22+0000\n "
16
16
"Last-Translator : Rafael Fontenelle <rffontenelle@gmail.com>, 2022\n "
17
17
"Language-Team : Polish (https://www.transifex.com/python-doc/teams/5390/pl/)\n "
@@ -654,9 +654,9 @@ msgid "``\\w``"
654
654
msgstr ""
655
655
656
656
msgid ""
657
- "Matches Unicode word characters; this includes most characters that can be "
658
- "part of a word in any language, as well as numbers and the underscore. If "
659
- "the : const:`ASCII` flag is used, only ``[a-zA-Z0-9_]`` is matched."
657
+ "Matches Unicode word characters; this includes alphanumeric characters (as "
658
+ "defined by :meth:`str.isalnum`) as well as the underscore (``_``) . If the : "
659
+ "const:`ASCII` flag is used, only ``[a-zA-Z0-9_]`` is matched."
660
660
msgstr ""
661
661
662
662
msgid ""
You can’t perform that action at this time.
0 commit comments