@@ -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 23:00 +0200\n "
14
+ "PO-Revision-Date : 2020-05-24 23:03 +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 "
@@ -2013,24 +2013,32 @@ msgid ""
2013
2013
"string argument is not used as a group name in the pattern, an :exc:"
2014
2014
"`IndexError` exception is raised."
2015
2015
msgstr ""
2016
+ "Si la expresión regular usa la sintaxis ``(?P<name>...)``, los argumentos "
2017
+ "*groupN* también pueden ser cadenas que identifican a los grupos por su "
2018
+ "nombre de grupo. Si un argumento de cadena no se usa como nombre de grupo "
2019
+ "en el patrón, se produce una excepción :exc:`IndexError`."
2016
2020
2017
2021
#: ../Doc/library/re.rst:1187
2018
2022
msgid "A moderately complicated example::"
2019
- msgstr ""
2023
+ msgstr "Un ejemplo moderadamente complicado:: "
2020
2024
2021
2025
#: ../Doc/library/re.rst:1195
2022
2026
msgid "Named groups can also be referred to by their index::"
2023
- msgstr ""
2027
+ msgstr "Los grupos nombrados también pueden ser referidos por su índice:: "
2024
2028
2025
2029
#: ../Doc/library/re.rst:1202
2026
2030
msgid "If a group matches multiple times, only the last match is accessible::"
2027
2031
msgstr ""
2032
+ "Si un grupo coincide varias veces, sólo se puede acceder a la última "
2033
+ "coincidencia::"
2028
2034
2029
2035
#: ../Doc/library/re.rst:1211
2030
2036
msgid ""
2031
2037
"This is identical to ``m.group(g)``. This allows easier access to an "
2032
2038
"individual group from a match::"
2033
2039
msgstr ""
2040
+ "Esto es idéntico a ``m.group(g)``. Esto permite un acceso más fácil a un "
2041
+ "grupo individual de una coincidencia::"
2034
2042
2035
2043
#: ../Doc/library/re.rst:1227
2036
2044
msgid ""
0 commit comments