File tree 1 file changed +6
-1
lines changed
1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ msgstr ""
11
11
"Project-Id-Version : Python 3.8\n "
12
12
"Report-Msgid-Bugs-To : \n "
13
13
"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 "
15
15
"Last-Translator : \n "
16
16
"Language : es\n "
17
17
"Language-Team : python-doc-esMIME-Version: 1.0\n "
@@ -1805,13 +1805,18 @@ msgid ""
1805
1805
"Return the largest item in an iterable or the largest of two or more "
1806
1806
"arguments."
1807
1807
msgstr ""
1808
+ "Devuelve el elemento mayor en un iterable o el mayor de dos o más argumentos."
1808
1809
1809
1810
#: ../Doc/library/functions.rst:929
1810
1811
msgid ""
1811
1812
"If one positional argument is provided, it should be an :term:`iterable`. "
1812
1813
"The largest item in the iterable is returned. If two or more positional "
1813
1814
"arguments are provided, the largest of the positional arguments is returned."
1814
1815
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."
1815
1820
1816
1821
#: ../Doc/library/functions.rst:934 ../Doc/library/functions.rst:971
1817
1822
msgid ""
You can’t perform that action at this time.
0 commit comments