File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,11 @@ msgstr ""
11
11
"Project-Id-Version : Python 3.8\n "
12
12
"Report-Msgid-Bugs-To : \n "
13
13
"POT-Creation-Date : 2024-11-21 16:38-0300\n "
14
+ <<<<<<< HEAD
14
15
"PO-Revision-Date : 2025-02-03 09:07-0300\n "
16
+ =======
17
+ "PO-Revision-Date : 2025-02-03 17:14-0300\n "
18
+ >>>>>>> upstream/3.13
15
19
"Last-Translator : srmorita <fr.morac@duocuc.cl>\n "
16
20
"Language-Team : python-doc-es\n "
17
21
"Language : es\n "
@@ -434,15 +438,24 @@ msgid ""
434
438
"``tp_as_number`` structure filled in), and ``0`` otherwise. This function "
435
439
"always succeeds."
436
440
msgstr ""
441
+ <<<<<<< HEAD
437
442
"Devuelve ``1`` si *o* es un entero índice (tiene la ranura ``nb_index`` de "
438
443
"la estructura ``tp_as_number`` rellenada), y ``0`` en caso contrario. Esta "
444
+ =======
445
+ "Retorna ``1`` si *o* es un entero índice (tiene la ranura ``nb_index`` de la "
446
+ "estructura ``tp_as_number`` rellenada), y ``0`` en caso contrario. Esta "
447
+ >>>>>>> upstream/3.13
439
448
"función siempre finaliza con éxito."
440
449
441
450
#: ../Doc/c-api/number.rst:67 ../Doc/c-api/number.rst:75
442
451
#: ../Doc/c-api/number.rst:97 ../Doc/c-api/number.rst:195
443
452
#: ../Doc/c-api/number.rst:241 ../Doc/c-api/number.rst:249
444
453
msgid "built-in function"
454
+ <<<<<<< HEAD
445
455
msgstr "función incorporada"
456
+ =======
457
+ msgstr "built-in function"
458
+ >>>>>>> upstream/3.13
446
459
447
460
#: ../Doc/c-api/number.rst:67
448
461
msgid "divmod"
You can’t perform that action at this time.
0 commit comments