File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -29,18 +29,18 @@ msgid ""
29
29
"are found in the dictionary of type objects."
30
30
msgstr ""
31
31
"Los \" descriptores\" son objetos que describen algún atributo de un objeto. "
32
- "Se encuentran en el diccionario de objetos tipo ."
32
+ "Se encuentran en el diccionario de objetos *type* ."
33
33
34
34
#: ../Doc/c-api/descriptor.rst:15
35
35
msgid "The type object for the built-in descriptor types."
36
- msgstr "El objeto de tipo para los tipos de descriptor incorporado."
36
+ msgstr "El objeto `type` para los tipos de descriptor incorporado."
37
37
38
38
#: ../Doc/c-api/descriptor.rst:35
39
39
msgid ""
40
40
"Return true if the descriptor objects *descr* describes a data attribute, or "
41
41
"false if it describes a method. *descr* must be a descriptor object; there "
42
42
"is no error checking."
43
43
msgstr ""
44
- "Retorna verdadero si el descriptor objetos *descr* describe un atributo de "
44
+ "Retorna verdadero si el descriptor de objetos *descr* describe un atributo de "
45
45
"datos, o falso si describe un método. *descr* debe ser un objeto descriptor; "
46
46
"No hay comprobación de errores."
You can’t perform that action at this time.
0 commit comments