Skip to content

Commit 54eb0f8

Browse files
committed
test first commit to new repo
1 parent 853d8f6 commit 54eb0f8

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

library/functions.po

+6-1
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-23 14:16+0200\n"
14+
"PO-Revision-Date: 2020-05-23 18:42+0200\n"
1515
"Last-Translator: \n"
1616
"Language: es\n"
1717
"Language-Team: python-doc-esMIME-Version: 1.0\n"
@@ -1805,13 +1805,18 @@ msgid ""
18051805
"Return the largest item in an iterable or the largest of two or more "
18061806
"arguments."
18071807
msgstr ""
1808+
"Devuelve el elemento mayor en un iterable o el mayor de dos o más argumentos."
18081809

18091810
#: ../Doc/library/functions.rst:929
18101811
msgid ""
18111812
"If one positional argument is provided, it should be an :term:`iterable`. "
18121813
"The largest item in the iterable is returned. If two or more positional "
18131814
"arguments are provided, the largest of the positional arguments is returned."
18141815
msgstr ""
1816+
"Si un argumento posicional es dado, debe ser un :term:`iterable`. El "
1817+
"elemento mayor en el iterable es devuelto. Si dos o más argumentos "
1818+
"posicionales son indicados, el mayor de los argumentos posicionales será "
1819+
"devuelto."
18151820

18161821
#: ../Doc/library/functions.rst:934 ../Doc/library/functions.rst:971
18171822
msgid ""

0 commit comments

Comments
 (0)