Skip to content

Commit 724260d

Browse files
committed
Text munging
1 parent 78af4c9 commit 724260d

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

library/re.po

Lines changed: 9 additions & 2 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-23 23:33+0200\n"
14+
"PO-Revision-Date: 2020-05-23 23:39+0200\n"
1515
"Language-Team: python-doc-es\n"
1616
"MIME-Version: 1.0\n"
1717
"Content-Type: text/plain; charset=UTF-8\n"
@@ -2179,16 +2179,23 @@ msgstr ""
21792179
"podría separar el número de casa del nombre de la calle:"
21802180

21812181
#: ../Doc/library/re.rst:1538
2182+
#, fuzzy
21822183
msgid "Text Munging"
2183-
msgstr ""
2184+
msgstr "Mungueando texto"
21842185

21852186
#: ../Doc/library/re.rst:1540
2187+
#, fuzzy
21862188
msgid ""
21872189
":func:`sub` replaces every occurrence of a pattern with a string or the "
21882190
"result of a function. This example demonstrates using :func:`sub` with a "
21892191
"function to \"munge\" text, or randomize the order of all the characters in "
21902192
"each word of a sentence except for the first and last characters::"
21912193
msgstr ""
2194+
":func:`sub` reemplaza cada ocurrencia de un patrón con una cadena o el "
2195+
"resultado de una función. Este ejemplo demuestra el uso de :func:`sub` con "
2196+
"una función para \"munguear\" (*munge*) el texto, o aleatorizar el orden de "
2197+
"todos los caracteres en cada palabra de una frase excepto el primer y último "
2198+
"carácter::"
21922199

21932200
#: ../Doc/library/re.rst:1557
21942201
msgid "Finding all Adverbs"

0 commit comments

Comments
 (0)