We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent26dd96c commit2d824a6Copy full SHA for 2d824a6
library/unittest.po
@@ -15,7 +15,7 @@ msgstr ""
15
"Project-Id-Version:Python 3.8\n"
16
"Report-Msgid-Bugs-To:\n"
17
"POT-Creation-Date:2020-05-05 12:54+0200\n"
18
-"PO-Revision-Date:2020-08-2514:43+0200\n"
+"PO-Revision-Date:2020-08-2518:04+0200\n"
19
"Language-Team:python-doc-es\n"
20
"MIME-Version:1.0\n"
21
"Content-Type:text/plain; charset=UTF-8\n"
@@ -1543,11 +1543,15 @@ msgid ""
1543
"A list of :class:`logging.LogRecord` objects of the matching log messages."
1544
msgstr""
1545
1546
+# he marcado este párrafo como fuzzy como ejemplo para Ignasi :)
1547
#:../Doc/library/unittest.rst:1111
1548
+#,fuzzy
1549
msgid""
1550
"A list of :class:`str` objects with the formatted output of matching "
1551
"messages."
1552
1553
+"Una lista de objetos :class:`str` con la salida forrajeada en los mensajes "
1554
+"coincidentes."
1555
1556
#:../Doc/library/unittest.rst:1114
1557
msgid"Example::"