@@ -11,15 +11,16 @@ msgstr ""
11
11
"Project-Id-Version : Python 3.8\n "
12
12
"Report-Msgid-Bugs-To : \n "
13
13
"POT-Creation-Date : 2022-10-25 19:47+0200\n "
14
- "PO-Revision-Date : 2021-10-29 22:00-0500 \n "
14
+ "PO-Revision-Date : 2023-05-02 21:52-0600 \n "
15
15
"
Last-Translator :
Pedro Aarón <[email protected] >\n "
16
- "Language : es\n "
17
16
"Language-Team : python-doc-es\n "
18
- "Plural-Forms : nplurals=2; plural=(n != 1); \n "
17
+ "Language : es \n "
19
18
"MIME-Version : 1.0\n "
20
19
"Content-Type : text/plain; charset=utf-8\n "
21
20
"Content-Transfer-Encoding : 8bit\n "
21
+ "Plural-Forms : nplurals=2; plural=(n != 1);\n "
22
22
"Generated-By : Babel 2.10.3\n "
23
+ "X-Generator : Poedit 3.2.2\n "
23
24
24
25
#: ../Doc/library/unittest.mock.rst:3
25
26
msgid ":mod:`unittest.mock` --- mock object library"
@@ -386,6 +387,10 @@ msgid ""
386
387
"`AttributeError`. Passing ``unsafe=True`` will allow access to these "
387
388
"attributes."
388
389
msgstr ""
390
+ "*unsafe*: Por defecto, el acceso a cualquier atributo cuyo nombre comience "
391
+ "por *assert*, *assret*, *asert*, *aseert* o *assrt* generará un error :exc:"
392
+ "`AttributeError`. Si se pasa ``unsafe=True`` se permitirá el acceso a estos "
393
+ "atributos."
389
394
390
395
#: ../Doc/library/unittest.mock.rst:272
391
396
msgid ""
@@ -2734,9 +2739,9 @@ msgstr ""
2734
2739
2735
2740
#: ../Doc/library/unittest.mock.rst:2248
2736
2741
msgid ""
2737
- "``call_list`` is particularly useful for making assertions on \" chained "
2738
- "calls \" . A chained call is multiple calls on a single line of code. This "
2739
- "results in multiple entries in :attr:`~Mock.mock_calls` on a mock. Manually "
2742
+ "``call_list`` is particularly useful for making assertions on \" chained calls "
2743
+ "\" . A chained call is multiple calls on a single line of code. This results "
2744
+ "in multiple entries in :attr:`~Mock.mock_calls` on a mock. Manually "
2740
2745
"constructing the sequence of calls can be tedious."
2741
2746
msgstr ""
2742
2747
"``call_list`` es particularmente útil para hacer aserciones sobre \" llamadas "
0 commit comments