Skip to content

Commit 7b27ce7

Browse files
committed
Completar la traducción de c-api/method.po
Cierra #3802.
1 parent 31d0120 commit 7b27ce7

1 file changed

Lines changed: 10 additions & 17 deletions

File tree

c-api/method.po

Lines changed: 10 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,13 @@ msgid "Instance Method Objects"
2626
msgstr "Objetos de método de instancia"
2727

2828
#: ../Doc/c-api/method.rst:10
29-
#, fuzzy
3029
msgid ""
3130
"An instance method is a wrapper for a :c:type:`PyCFunction` and the new way "
3231
"to bind a :c:type:`PyCFunction` to a class object. It replaces the former "
3332
"call ``PyMethod_New(func, NULL, class)``."
34-
msgstr ""
35-
"Un método de instancia es un contenedor para una :c:data:`PyCFunction` y la "
36-
"nueva forma de vincular una :c:data:`PyCFunction` a un objeto de clase. "
37-
"Reemplaza la llamada anterior ``PyMethod_New (func, NULL, class)``."
33+
msgstr "Un método de instancia es un contenedor para un :c:type:`PyCFunction` "
34+
"y la nueva forma de vincular un :c:type:`PyCFunction` a un objeto de clase. "
35+
"Reemplaza la llamada anterior ``PyMethod_New(func, NULL, class)``."
3836

3937
#: ../Doc/c-api/method.rst:17
4038
msgid ""
@@ -55,15 +53,13 @@ msgstr ""
5553
"función siempre finaliza con éxito."
5654

5755
#: ../Doc/c-api/method.rst:30
58-
#, fuzzy
5956
msgid ""
6057
"Return a new instance method object, with *func* being any callable object. "
6158
"*func* is the function that will be called when the instance method is "
6259
"called."
63-
msgstr ""
64-
"Retorna un nuevo objeto de método de instancia, con *func* siendo cualquier "
65-
"objeto invocable *func* es la función que se llamará cuando se llame al "
66-
"método de instancia."
60+
msgstr "Retorna un nuevo objeto de método de instancia, donde *func* es "
61+
"cualquier objeto invocable. *func* es la función que se llamará cuando se "
62+
"llame al método de instancia."
6763

6864
#: ../Doc/c-api/method.rst:37
6965
msgid "Return the function object associated with the instance method *im*."
@@ -143,20 +139,17 @@ msgstr ""
143139
"errores."
144140

145141
#: ../Doc/c-api/method.rst:8 ../Doc/c-api/method.rst:50
146-
#, fuzzy
147142
msgid "object"
148-
msgstr "Objetos método"
143+
msgstr "objeto"
149144

150145
#: ../Doc/c-api/method.rst:8
151-
#, fuzzy
152146
msgid "instancemethod"
153-
msgstr "Objetos de método de instancia"
147+
msgstr "método de instancia"
154148

155149
#: ../Doc/c-api/method.rst:50
156-
#, fuzzy
157150
msgid "method"
158-
msgstr "Objetos método"
151+
msgstr "método"
159152

160153
#: ../Doc/c-api/method.rst:59
161154
msgid "MethodType (in module types)"
162-
msgstr ""
155+
msgstr "MethodType (en el módulo types)"

0 commit comments

Comments
 (0)