File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ msgid ""
1313msgstr ""
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()"
15061506msgstr ""
15071507
15081508msgid ""
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"
15131521msgstr ""
15141522
15151523msgid ""
You can’t perform that action at this time.
0 commit comments