@@ -11,7 +11,7 @@ msgstr ""
11
11
"Project-Id-Version : Python 3.8\n "
12
12
"Report-Msgid-Bugs-To : \n "
13
13
"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 "
15
15
"Language-Team : python-doc-es\n "
16
16
"MIME-Version : 1.0\n "
17
17
"Content-Type : text/plain; charset=UTF-8\n "
@@ -2179,16 +2179,23 @@ msgstr ""
2179
2179
"podría separar el número de casa del nombre de la calle:"
2180
2180
2181
2181
#: ../Doc/library/re.rst:1538
2182
+ #, fuzzy
2182
2183
msgid "Text Munging"
2183
- msgstr ""
2184
+ msgstr "Mungueando texto "
2184
2185
2185
2186
#: ../Doc/library/re.rst:1540
2187
+ #, fuzzy
2186
2188
msgid ""
2187
2189
":func:`sub` replaces every occurrence of a pattern with a string or the "
2188
2190
"result of a function. This example demonstrates using :func:`sub` with a "
2189
2191
"function to \" munge\" text, or randomize the order of all the characters in "
2190
2192
"each word of a sentence except for the first and last characters::"
2191
2193
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::"
2192
2199
2193
2200
#: ../Doc/library/re.rst:1557
2194
2201
msgid "Finding all Adverbs"
0 commit comments