@@ -1178,7 +1178,7 @@ msgid ""
11781178msgstr ""
11791179
11801180msgid "``(?!...)``"
1181- msgstr ""
1181+ msgstr "``(?!...)`` "
11821182
11831183msgid ""
11841184"Negative lookahead assertion. This is the opposite of the positive "
@@ -1279,21 +1279,21 @@ msgid ""
12791279msgstr ""
12801280
12811281msgid "``split()``"
1282- msgstr ""
1282+ msgstr "``split()`` "
12831283
12841284msgid "Split the string into a list, splitting it wherever the RE matches"
12851285msgstr ""
12861286
12871287msgid "``sub()``"
1288- msgstr ""
1288+ msgstr "``sub()`` "
12891289
12901290msgid ""
12911291"Find all substrings where the RE matches, and replace them with a different "
12921292"string"
12931293msgstr ""
12941294
12951295msgid "``subn()``"
1296- msgstr ""
1296+ msgstr "``subn()`` "
12971297
12981298msgid ""
12991299"Does the same thing as :meth:`!sub`, but returns the new string and the "
@@ -1340,7 +1340,7 @@ msgid ""
13401340msgstr ""
13411341
13421342msgid "Search and Replace"
1343- msgstr ""
1343+ msgstr "Znajdz i zamień "
13441344
13451345msgid ""
13461346"Another common task is to find all the matches for a pattern, and replace "
@@ -1426,7 +1426,7 @@ msgid ""
14261426msgstr ""
14271427
14281428msgid "Common Problems"
1429- msgstr ""
1429+ msgstr "Najczęstsze problemy "
14301430
14311431msgid ""
14321432"Regular expressions are a powerful tool for some applications, but in some "
@@ -1436,7 +1436,7 @@ msgid ""
14361436msgstr ""
14371437
14381438msgid "Use String Methods"
1439- msgstr ""
1439+ msgstr "Użyj metod string "
14401440
14411441msgid ""
14421442"Sometimes using the :mod:`re` module is a mistake. If you're matching a "
@@ -1475,7 +1475,7 @@ msgid ""
14751475msgstr ""
14761476
14771477msgid "match() versus search()"
1478- msgstr ""
1478+ msgstr "match() kontra search() "
14791479
14801480msgid ""
14811481"The :func:`~re.match` function only checks if the RE matches at the "
@@ -1572,7 +1572,7 @@ msgid ""
15721572msgstr ""
15731573
15741574msgid "This is far more readable than::"
1575- msgstr ""
1575+ msgstr "Jest to o wiele bardziej czytelne niż:: "
15761576
15771577msgid "Feedback"
15781578msgstr "Feedback"
0 commit comments