Skip to content

Commit fba2196

Browse files
committed
Match Objects
1 parent 16df9fb commit fba2196

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

library/re.po

Lines changed: 7 additions & 2 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 17:52+0200\n"
14+
"PO-Revision-Date: 2020-05-24 19:50+0200\n"
1515
"Language-Team: python-doc-es\n"
1616
"MIME-Version: 1.0\n"
1717
"Content-Type: text/plain; charset=UTF-8\n"
@@ -1946,18 +1946,23 @@ msgstr ""
19461946

19471947
#: ../Doc/library/re.rst:1132
19481948
msgid "Match Objects"
1949-
msgstr ""
1949+
msgstr "Objetos de coincidencia"
19501950

19511951
#: ../Doc/library/re.rst:1134
19521952
msgid ""
19531953
"Match objects always have a boolean value of ``True``. Since :meth:`~Pattern."
19541954
"match` and :meth:`~Pattern.search` return ``None`` when there is no match, "
19551955
"you can test whether there was a match with a simple ``if`` statement::"
19561956
msgstr ""
1957+
"Los objetos de coincidencia siempre tienen un valor booleano de ``True`` "
1958+
"(\"Verdadero\"). Ya que :meth:`~Pattern.match` y :meth:`~Pattern.search` "
1959+
"devuelven ``None`` cuando no hay coincidencia. Es puede probar si hubo una "
1960+
"coincidencia con una simple declaración ``if``::"
19571961

19581962
#: ../Doc/library/re.rst:1143
19591963
msgid "Match objects support the following methods and attributes:"
19601964
msgstr ""
1965+
"Los objetos de coincidencia admiten los siguientes métodos y atributos:"
19611966

19621967
#: ../Doc/library/re.rst:1148
19631968
msgid ""

0 commit comments

Comments
 (0)