Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 03e48ee

Browse files
committedMay 23, 2020
first int paragraph to open the pr draft
1 parent caeeb79 commit 03e48ee

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed
 

‎library/functions.po

Lines changed: 7 additions & 1 deletion
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: 2020-05-07 14:37+0200\n"
14-
"PO-Revision-Date: 2020-05-17 18:46+0200\n"
14+
"PO-Revision-Date: 2020-05-23 02:03+0200\n"
1515
"Last-Translator: \n"
1616
"Language: es\n"
1717
"Language-Team: python-doc-esMIME-Version: 1.0\n"
@@ -1607,6 +1607,12 @@ msgid ""
16071607
"__index__()``. If *x* defines :meth:`__trunc__`, it returns ``x."
16081608
"__trunc__()``. For floating point numbers, this truncates towards zero."
16091609
msgstr ""
1610+
"Devuelve un objeto entero construido desde un número o cadena *x*, o "
1611+
"devuelve ``0`` si no se le proporcionan argumentos. Si *x* define :meth:"
1612+
"`__int__`, ``int(x)`` devuelve ``x.__int__()``. Si *x* define :meth:"
1613+
"`__index__`, devuelve ``x.__index__()``. Si *x* define :meth:`__trunc__`, "
1614+
"devuelve ``x.__trunc__()``. Para números de punto flotante, los valores "
1615+
"serán truncados hacia cero."
16101616

16111617
#: ../Doc/library/functions.rst:807
16121618
msgid ""

0 commit comments

Comments
 (0)
Failed to load comments.