Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4951953

Browse files
committed
Observations fixed
Signed-off-by: Francisco Mora <[email protected]>
1 parent 6d58009 commit 4951953

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

c-api/number.po

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgstr ""
1111
"Project-Id-Version: Python 3.8\n"
1212
"Report-Msgid-Bugs-To: \n"
1313
"POT-Creation-Date: 2024-11-21 16:38-0300\n"
14-
"PO-Revision-Date: 2025-02-03 09:07-0300\n"
14+
"PO-Revision-Date: 2025-02-03 17:14-0300\n"
1515
"Last-Translator: srmorita <[email protected]>\n"
1616
"Language-Team: python-doc-es\n"
1717
"Language: es\n"
@@ -434,15 +434,15 @@ msgid ""
434434
"``tp_as_number`` structure filled in), and ``0`` otherwise. This function "
435435
"always succeeds."
436436
msgstr ""
437-
"Devuelve ``1`` si *o* es un entero índice (tiene la ranura ``nb_index`` de "
438-
"la estructura ``tp_as_number`` rellenada), y ``0`` en caso contrario. Esta "
437+
"Retorna ``1`` si *o* es un entero índice (tiene la ranura ``nb_index`` de la "
438+
"estructura ``tp_as_number`` rellenada), y ``0`` en caso contrario. Esta "
439439
"función siempre finaliza con éxito."
440440

441441
#: ../Doc/c-api/number.rst:67 ../Doc/c-api/number.rst:75
442442
#: ../Doc/c-api/number.rst:97 ../Doc/c-api/number.rst:195
443443
#: ../Doc/c-api/number.rst:241 ../Doc/c-api/number.rst:249
444444
msgid "built-in function"
445-
msgstr "función incorporada"
445+
msgstr "built-in function"
446446

447447
#: ../Doc/c-api/number.rst:67
448448
msgid "divmod"

0 commit comments

Comments
 (0)