Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit03e48ee

Browse files
committed
first int paragraph to open the pr draft
1 parentcaeeb79 commit03e48ee

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)

[8]ページ先頭

©2009-2025 Movatter.jp