Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c00f7e3

Browse files
committed
finishing translation
1 parent 49fb49c commit c00f7e3

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

library/re.po

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgstr ""
1111
"Project-Id-Version: Python 3.8\n"
1212
"Report-Msgid-Bugs-To: \n"
1313
"POT-Creation-Date: 2020-05-05 12:54+0200\n"
14-
"PO-Revision-Date: 2020-05-24 23:24+0200\n"
14+
"PO-Revision-Date: 2020-05-24 23:25+0200\n"
1515
"Language-Team: python-doc-es\n"
1616
"MIME-Version: 1.0\n"
1717
"Content-Type: text/plain; charset=UTF-8\n"
@@ -394,7 +394,6 @@ msgid "``\\``"
394394
msgstr "``\\``"
395395

396396
#: ../Doc/library/re.rst:184
397-
#, fuzzy
398397
msgid ""
399398
"Either escapes special characters (permitting you to match characters like "
400399
"``'*'``, ``'?'``, and so forth), or signals a special sequence; special "
@@ -2443,12 +2442,10 @@ msgstr ""
24432442
"podría separar el número de casa del nombre de la calle:"
24442443

24452444
#: ../Doc/library/re.rst:1538
2446-
#, fuzzy
24472445
msgid "Text Munging"
24482446
msgstr "Mungueando texto"
24492447

24502448
#: ../Doc/library/re.rst:1540
2451-
#, fuzzy
24522449
msgid ""
24532450
":func:`sub` replaces every occurrence of a pattern with a string or the "
24542451
"result of a function. This example demonstrates using :func:`sub` with a "

0 commit comments

Comments
 (0)