Skip to content

Commit 69fd6f8

Browse files
committed
match.expand
1 parent 410abac commit 69fd6f8

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

library/re.po

Lines changed: 7 additions & 1 deletion
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 20:00+0200\n"
14+
"PO-Revision-Date: 2020-05-24 22:55+0200\n"
1515
"Language-Team: python-doc-es\n"
1616
"MIME-Version: 1.0\n"
1717
"Content-Type: text/plain; charset=UTF-8\n"
@@ -1972,6 +1972,12 @@ msgid ""
19721972
"backreferences (``\\1``, ``\\2``) and named backreferences (``\\g<1>``, ``"
19731973
"\\g<name>``) are replaced by the contents of the corresponding group."
19741974
msgstr ""
1975+
"Devuelve la cadena obtenida al hacer la sustitución de la barra inversa en "
1976+
"la cadena de la plantilla *template*, como se hace con el método :meth:"
1977+
"`~Pattern.sub`. Escapes como ``\\n`` son convertidos a los caracteres "
1978+
"apropiados, y las referencias inversas numéricas (``\\1``, ``\\2``) y las "
1979+
"referencias inversas con nombre (``\\g<1>``, ``\\g<name>``) son reemplazadas "
1980+
"por el contenido del grupo correspondiente."
19751981

19761982
#: ../Doc/library/re.rst:1160
19771983
msgid ""

0 commit comments

Comments
 (0)