Skip to content

Commit 1bd1fca

Browse files
committed
exception re.error
1 parent f5984fd commit 1bd1fca

File tree

1 file changed

+14
-6
lines changed

1 file changed

+14
-6
lines changed

library/re.po

Lines changed: 14 additions & 6 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 16:34+0200\n"
14+
"PO-Revision-Date: 2020-05-24 16: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"
@@ -1741,30 +1741,38 @@ msgid ""
17411741
"matching. It is never an error if a string contains no match for a "
17421742
"pattern. The error instance has the following additional attributes:"
17431743
msgstr ""
1744+
"Excepción señalada cuando una cadena enviada a una de las funciones "
1745+
"descritas aquí no es una expresión regular válida (por ejemplo, podría "
1746+
"contener paréntesis no coincidentes) o cuando se produce algún otro error "
1747+
"durante la compilación o la coincidencia. Nunca es un error si una cadena "
1748+
"no contiene ninguna coincidencia para un patrón. La instancia de error "
1749+
"tiene los siguientes atributos adicionales:"
17441750

17451751
#: ../Doc/library/re.rst:978
17461752
msgid "The unformatted error message."
1747-
msgstr ""
1753+
msgstr "El mensaje de error sin formato."
17481754

17491755
#: ../Doc/library/re.rst:982
17501756
msgid "The regular expression pattern."
1751-
msgstr ""
1757+
msgstr "El patrón de expresión regular."
17521758

17531759
#: ../Doc/library/re.rst:986
17541760
msgid "The index in *pattern* where compilation failed (may be ``None``)."
17551761
msgstr ""
1762+
"El índice en *pattern* (\"patrón\") donde la compilación falló (puede ser "
1763+
"``None``)."
17561764

17571765
#: ../Doc/library/re.rst:990
17581766
msgid "The line corresponding to *pos* (may be ``None``)."
1759-
msgstr ""
1767+
msgstr "La línea correspondiente a *pos* (puede ser ``None``)."
17601768

17611769
#: ../Doc/library/re.rst:994
17621770
msgid "The column corresponding to *pos* (may be ``None``)."
1763-
msgstr ""
1771+
msgstr "La columna correspondiente a *pos* (puede ser ``None``)."
17641772

17651773
#: ../Doc/library/re.rst:996
17661774
msgid "Added additional attributes."
1767-
msgstr ""
1775+
msgstr "Se añadieron atributos adicionales."
17681776

17691777
#: ../Doc/library/re.rst:1002
17701778
msgid "Regular Expression Objects"

0 commit comments

Comments
 (0)