@@ -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 17:52 +0200\n "
14
+ "PO-Revision-Date : 2020-05-24 19:50 +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 "
@@ -1946,18 +1946,23 @@ msgstr ""
1946
1946
1947
1947
#: ../Doc/library/re.rst:1132
1948
1948
msgid "Match Objects"
1949
- msgstr ""
1949
+ msgstr "Objetos de coincidencia "
1950
1950
1951
1951
#: ../Doc/library/re.rst:1134
1952
1952
msgid ""
1953
1953
"Match objects always have a boolean value of ``True``. Since :meth:`~Pattern."
1954
1954
"match` and :meth:`~Pattern.search` return ``None`` when there is no match, "
1955
1955
"you can test whether there was a match with a simple ``if`` statement::"
1956
1956
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``::"
1957
1961
1958
1962
#: ../Doc/library/re.rst:1143
1959
1963
msgid "Match objects support the following methods and attributes:"
1960
1964
msgstr ""
1965
+ "Los objetos de coincidencia admiten los siguientes métodos y atributos:"
1961
1966
1962
1967
#: ../Doc/library/re.rst:1148
1963
1968
msgid ""
0 commit comments