@@ -13,12 +13,12 @@ msgstr ""
13
13
"POT-Creation-Date : 2021-10-16 21:42+0200\n "
14
14
"PO-Revision-Date : 2021-08-02 01:24+0200\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.9.1\n "
23
23
24
24
#: ../Doc/c-api/long.rst:6
@@ -176,16 +176,14 @@ msgstr ""
176
176
"recuperar del valor resultante usando :c:func:`PyLong_AsVoidPtr`."
177
177
178
178
#: ../Doc/c-api/long.rst:118 ../Doc/c-api/long.rst:136
179
- #, fuzzy
180
179
msgid ""
181
180
"Return a C :c:type:`long` representation of *obj*. If *obj* is not an "
182
181
"instance of :c:type:`PyLongObject`, first call its :meth:`__index__` method "
183
182
"(if present) to convert it to a :c:type:`PyLongObject`."
184
183
msgstr ""
185
- "Retorna una representación de C :c:type:`long` de *obj*. Si *obj* no es una "
184
+ "Retorna una representación C :c:type:`long` de *obj*. Si *obj* no es una "
186
185
"instancia de :c:type:`PyLongObject`, primero llama a su método :meth:"
187
- "`__index__` o :meth:`__int__` (si está presente) para convertirlo en un :c:"
188
- "type:`PyLongObject`."
186
+ "`__index__` (si está presente) para convertirlo en un :c:type:`PyLongObject`."
189
187
190
188
#: ../Doc/c-api/long.rst:122
191
189
msgid ""
@@ -229,16 +227,14 @@ msgstr ""
229
227
"``-1`` como de costumbre."
230
228
231
229
#: ../Doc/c-api/long.rst:159 ../Doc/c-api/long.rst:177
232
- #, fuzzy
233
230
msgid ""
234
231
"Return a C :c:type:`long long` representation of *obj*. If *obj* is not an "
235
232
"instance of :c:type:`PyLongObject`, first call its :meth:`__index__` method "
236
233
"(if present) to convert it to a :c:type:`PyLongObject`."
237
234
msgstr ""
238
- "Retorna una representación de C :c:type:`long long` de *obj*. Si *obj* no es "
239
- "una instancia de :c:type:`PyLongObject`, primero llama a su método :meth:"
240
- "`__index__` o :meth:`__int__` (si está presente) para convertirlo en un :c:"
241
- "type:`PyLongObject`."
235
+ "Retorna una representación C :c:type:`long long` de *obj*. Si *obj* no es "
236
+ "una instancia de :c:type:`PyLongObject`, primero llame a su método :meth:"
237
+ "`__index__` (si está presente) para convertirlo en un :c:type:`PyLongObject`."
242
238
243
239
#: ../Doc/c-api/long.rst:163
244
240
msgid ""
@@ -357,16 +353,14 @@ msgstr ""
357
353
"`TypeError`."
358
354
359
355
#: ../Doc/c-api/long.rst:264
360
- #, fuzzy
361
356
msgid ""
362
357
"Return a C :c:type:`unsigned long` representation of *obj*. If *obj* is not "
363
358
"an instance of :c:type:`PyLongObject`, first call its :meth:`__index__` "
364
359
"method (if present) to convert it to a :c:type:`PyLongObject`."
365
360
msgstr ""
366
- "Retorna una representación de C :c:type:`unsigned long` de *obj*. Si *obj* "
367
- "no es una instancia de :c:type:`PyLongObject`, primero llama a su método :"
368
- "meth:`__index__` o :meth:`__int__` (si está presente) para convertirlo en "
369
- "un :c:type:`PyLongObject`."
361
+ "Retorna una representación C :c:type:`unsigned long` de *obj*. Si *obj* no "
362
+ "es una instancia de :c:type:`PyLongObject`, primero llame a su método :meth:"
363
+ "`__index__` (si está presente) para convertirlo en un :c:type:`PyLongObject`."
370
364
371
365
#: ../Doc/c-api/long.rst:268
372
366
msgid ""
@@ -385,16 +379,15 @@ msgstr ""
385
379
"para desambiguar."
386
380
387
381
#: ../Doc/c-api/long.rst:283
388
- #, fuzzy
389
382
msgid ""
390
383
"Return a C :c:type:`unsigned long long` representation of *obj*. If *obj* "
391
384
"is not an instance of :c:type:`PyLongObject`, first call its :meth:"
392
385
"`__index__` method (if present) to convert it to a :c:type:`PyLongObject`."
393
386
msgstr ""
394
- "Retorna una representación de C :c:type:`unsigned long long` de *obj*. Si "
395
- "*obj* no es una instancia de :c:type:`PyLongObject`, primero llama a su "
396
- "método : meth:`__index__` o :meth:`__int__` (si está presente) para "
397
- "convertirlo en un :c:type: `PyLongObject`."
387
+ "Retorna una representación C :c:type:`unsigned long long` de *obj*. Si *obj* "
388
+ "no es una instancia de :c:type:`PyLongObject`, primero llame a su método : "
389
+ "meth:`__index__` (si está presente) para convertirlo en un :c:type: "
390
+ "`PyLongObject`."
398
391
399
392
#: ../Doc/c-api/long.rst:288
400
393
msgid ""
0 commit comments