File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -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-24 20:00 +0200\n "
14
+ "PO-Revision-Date : 2020-05-24 22:55 +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 "
@@ -1972,6 +1972,12 @@ msgid ""
1972
1972
"backreferences (``\\ 1``, ``\\ 2``) and named backreferences (``\\ g<1>``, ``"
1973
1973
"\\ g<name>``) are replaced by the contents of the corresponding group."
1974
1974
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."
1975
1981
1976
1982
#: ../Doc/library/re.rst:1160
1977
1983
msgid ""
You can’t perform that action at this time.
0 commit comments