Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit f553740

Browse filesBrowse files
author
GitHub Action's update-translation job
committed
Update translation from Transifex
1 parent b727e35 commit f553740
Copy full SHA for f553740

File tree

Expand file treeCollapse file tree

1 file changed

+4
-4
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+4
-4
lines changed

‎library/re.po

Copy file name to clipboardExpand all lines: library/re.po
+4-4Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.10\n"
1313
"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"
1515
"PO-Revision-Date: 2022-11-05 17:22+0000\n"
1616
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2022\n"
1717
"Language-Team: Polish (https://www.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -654,9 +654,9 @@ msgid "``\\w``"
654654
msgstr ""
655655

656656
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."
660660
msgstr ""
661661

662662
msgid ""

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.