Skip to content

Commit a636451

Browse files
author
GitHub Action's update-translation job
committed
Update translation from Transifex
1 parent 02535f5 commit a636451

1 file changed

Lines changed: 13 additions & 5 deletions

File tree

library/re.po

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ msgid ""
1313
msgstr ""
1414
"Project-Id-Version: Python 3.11\n"
1515
"Report-Msgid-Bugs-To: \n"
16-
"POT-Creation-Date: 2022-11-25 16:25+0000\n"
16+
"POT-Creation-Date: 2022-12-01 04:15+0000\n"
1717
"PO-Revision-Date: 2021-06-28 01:12+0000\n"
1818
"Last-Translator: Igor Zubrycki <igorzubrycki@gmail.com>, 2022\n"
1919
"Language-Team: Polish (https://www.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -1506,10 +1506,18 @@ msgid "search() vs. match()"
15061506
msgstr ""
15071507

15081508
msgid ""
1509-
"Python offers two different primitive operations based on regular "
1510-
"expressions: :func:`re.match` checks for a match only at the beginning of "
1511-
"the string, while :func:`re.search` checks for a match anywhere in the "
1512-
"string (this is what Perl does by default)."
1509+
"Python offers different primitive operations based on regular expressions:"
1510+
msgstr ""
1511+
1512+
msgid ":func:`re.match` checks for a match only at the beginning of the string"
1513+
msgstr ""
1514+
1515+
msgid ""
1516+
":func:`re.search` checks for a match anywhere in the string (this is what "
1517+
"Perl does by default)"
1518+
msgstr ""
1519+
1520+
msgid ":func:`re.fullmatch` checks for entire string to be a match"
15131521
msgstr ""
15141522

15151523
msgid ""

0 commit comments

Comments
 (0)