Skip to content

Commit 410abac

Browse files
committed
match.re.string
1 parent fba2196 commit 410abac

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

library/re.po

Lines changed: 6 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 19:50+0200\n"
14+
"PO-Revision-Date: 2020-05-24 20:00+0200\n"
1515
"Language-Team: python-doc-es\n"
1616
"MIME-Version: 1.0\n"
1717
"Content-Type: text/plain; charset=UTF-8\n"
@@ -2101,16 +2101,20 @@ msgid ""
21012101
"The :ref:`regular expression object <re-objects>` whose :meth:`~Pattern."
21022102
"match` or :meth:`~Pattern.search` method produced this match instance."
21032103
msgstr ""
2104+
"El :ref:`regular expression object <re-objects>` cuyo método :meth:`~Pattern."
2105+
"match` o :meth:`~Pattern.search` produce esta instancia de coincidencia."
21042106

21052107
#: ../Doc/library/re.rst:1327
21062108
msgid "The string passed to :meth:`~Pattern.match` or :meth:`~Pattern.search`."
2107-
msgstr ""
2109+
msgstr "La cadena pasada a :meth:`~Pattern.match` o :meth:`~Pattern.search`."
21082110

21092111
#: ../Doc/library/re.rst:1330
21102112
msgid ""
21112113
"Added support of :func:`copy.copy` and :func:`copy.deepcopy`. Match objects "
21122114
"are considered atomic."
21132115
msgstr ""
2116+
"Se añadió el soporte de :func:`copy.copy` and :func:`copy.deepcopy`. Los "
2117+
"objetos de coincidencia se consideran atómicos."
21142118

21152119
#: ../Doc/library/re.rst:1338
21162120
msgid "Regular Expression Examples"

0 commit comments

Comments
 (0)