@@ -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-08-04 21:58+0200 \n "
14
+ "PO-Revision-Date : 2022-10-29 11:17-0500 \n "
15
15
"
Last-Translator :
Cristián Maureira-Fredes <[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.0.1\n "
23
24
24
25
#: ../Doc/library/symtable.rst:2
25
26
msgid ":mod:`symtable` --- Access to the compiler's symbol tables"
@@ -111,6 +112,8 @@ msgid ""
111
112
"Return a view object containing the names of symbols in the table. See the :"
112
113
"ref:`documentation of view objects <dict-views>`."
113
114
msgstr ""
115
+ "Retorna una vista de objeto que contiene los nombres de los símbolos en la "
116
+ "tabla. Lee la :ref:`documentación de vistas de objetos <dict-views>`."
114
117
115
118
#: ../Doc/library/symtable.rst:77
116
119
msgid "Lookup *name* in the table and return a :class:`Symbol` instance."
@@ -265,13 +268,13 @@ msgid "Return a list of namespaces bound to this name."
265
268
msgstr "Retorna una lista de espacios de nombres vinculados a este nombre."
266
269
267
270
#: ../Doc/library/symtable.rst:198
268
- #, fuzzy
269
271
msgid ""
270
272
"Return the namespace bound to this name. If more than one or no namespace is "
271
273
"bound to this name, a :exc:`ValueError` is raised."
272
274
msgstr ""
273
- "Retorna el espacio de nombres vinculado a este nombre. Si más de un espacio "
274
- "de nombres esta vinculado se lanza un :exc:`ValueError`."
275
+ "Retorna el espacio de nombre vinculado a este nombre. Si hay más de un "
276
+ "espacio de nombre vinculado o ninguno a ese nombre se levanta un :exc:"
277
+ "`ValueError`."
275
278
276
279
#~ msgid "Return a list of names of symbols in this table."
277
280
#~ msgstr "Retorna una lista con los nombres de los símbolos en esta tabla."
0 commit comments