@@ -1178,7 +1178,7 @@ msgid ""
1178
1178
msgstr ""
1179
1179
1180
1180
msgid "``(?!...)``"
1181
- msgstr ""
1181
+ msgstr "``(?!...)`` "
1182
1182
1183
1183
msgid ""
1184
1184
"Negative lookahead assertion. This is the opposite of the positive "
@@ -1279,21 +1279,21 @@ msgid ""
1279
1279
msgstr ""
1280
1280
1281
1281
msgid "``split()``"
1282
- msgstr ""
1282
+ msgstr "``split()`` "
1283
1283
1284
1284
msgid "Split the string into a list, splitting it wherever the RE matches"
1285
1285
msgstr ""
1286
1286
1287
1287
msgid "``sub()``"
1288
- msgstr ""
1288
+ msgstr "``sub()`` "
1289
1289
1290
1290
msgid ""
1291
1291
"Find all substrings where the RE matches, and replace them with a different "
1292
1292
"string"
1293
1293
msgstr ""
1294
1294
1295
1295
msgid "``subn()``"
1296
- msgstr ""
1296
+ msgstr "``subn()`` "
1297
1297
1298
1298
msgid ""
1299
1299
"Does the same thing as :meth:`!sub`, but returns the new string and the "
@@ -1340,7 +1340,7 @@ msgid ""
1340
1340
msgstr ""
1341
1341
1342
1342
msgid "Search and Replace"
1343
- msgstr ""
1343
+ msgstr "Znajdz i zamień "
1344
1344
1345
1345
msgid ""
1346
1346
"Another common task is to find all the matches for a pattern, and replace "
@@ -1426,7 +1426,7 @@ msgid ""
1426
1426
msgstr ""
1427
1427
1428
1428
msgid "Common Problems"
1429
- msgstr ""
1429
+ msgstr "Najczęstsze problemy "
1430
1430
1431
1431
msgid ""
1432
1432
"Regular expressions are a powerful tool for some applications, but in some "
@@ -1436,7 +1436,7 @@ msgid ""
1436
1436
msgstr ""
1437
1437
1438
1438
msgid "Use String Methods"
1439
- msgstr ""
1439
+ msgstr "Użyj metod string "
1440
1440
1441
1441
msgid ""
1442
1442
"Sometimes using the :mod:`re` module is a mistake. If you're matching a "
@@ -1475,7 +1475,7 @@ msgid ""
1475
1475
msgstr ""
1476
1476
1477
1477
msgid "match() versus search()"
1478
- msgstr ""
1478
+ msgstr "match() kontra search() "
1479
1479
1480
1480
msgid ""
1481
1481
"The :func:`~re.match` function only checks if the RE matches at the "
@@ -1572,7 +1572,7 @@ msgid ""
1572
1572
msgstr ""
1573
1573
1574
1574
msgid "This is far more readable than::"
1575
- msgstr ""
1575
+ msgstr "Jest to o wiele bardziej czytelne niż:: "
1576
1576
1577
1577
msgid "Feedback"
1578
1578
msgstr "Feedback"
0 commit comments