@@ -11,15 +11,16 @@ 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-07 10:23 +0200\n "
14
+ "PO-Revision-Date : 2020-05-07 21:30 +0200\n "
15
15
"Last-Translator : \n "
16
16
"Language : es\n "
17
17
"Language-Team : python-doc-esMIME-Version: 1.0\n "
18
- "Plural-Forms : nplurals=2; plural=(n != 1)\n "
18
+ "Plural-Forms : nplurals=2; plural=(n != 1); \n "
19
19
"MIME-Version : 1.0\n "
20
20
"Content-Type : text/plain; charset=utf-8\n "
21
21
"Content-Transfer-Encoding : 8bit\n "
22
22
"Generated-By : Babel 2.8.0\n "
23
+ "X-Generator : Poedit 2.3\n "
23
24
24
25
#: ../Doc/library/functions.rst:5 ../Doc/library/functions.rst:11
25
26
msgid "Built-in Functions"
@@ -310,7 +311,6 @@ msgid ":func:`round`"
310
311
msgstr ""
311
312
312
313
#: ../Doc/library/functions.rst:45
313
- #, fuzzy
314
314
msgid ""
315
315
"Return the absolute value of a number. The argument may be an integer or a "
316
316
"floating point number. If the argument is a complex number, its magnitude "
@@ -319,7 +319,8 @@ msgid ""
319
319
msgstr ""
320
320
"Devuelve el valor absoluto de un número. El argumento puede ser un número "
321
321
"entero o de punto flotante. Si el argumento es un número complejo, devuelve "
322
- "su magnitud."
322
+ "su magnitud. Si *x* define un método :meth:`__abs__`, ``abs(x)`` devuelve "
323
+ "``x.__abs__()``."
323
324
324
325
#: ../Doc/library/functions.rst:53
325
326
msgid ""
@@ -335,7 +336,7 @@ msgid ""
335
336
"is empty, return ``False``. Equivalent to::"
336
337
msgstr ""
337
338
"Devuelve ``True`` si un elemento cualquiera del *iterable* es verdadero. Si "
338
- "el iteradle está vacío, devuelve ``False``. Equivalente a::"
339
+ "el iterable está vacío, devuelve ``False``. Equivalente a::"
339
340
340
341
#: ../Doc/library/functions.rst:77
341
342
msgid ""
@@ -371,7 +372,7 @@ msgstr ""
371
372
#: ../Doc/library/functions.rst:102 ../Doc/library/functions.rst:750
372
373
#: ../Doc/library/functions.rst:1030
373
374
msgid "See also :func:`format` for more information."
374
- msgstr "Veáse también :func:`format` para más información."
375
+ msgstr "Véase también :func:`format` para más información."
375
376
376
377
#: ../Doc/library/functions.rst:107
377
378
msgid ""
@@ -767,7 +768,7 @@ msgid ""
767
768
msgstr ""
768
769
"Si el objeto no provee de un método :meth:`__dir__`, la función intenta "
769
770
"obtener la información del atributo :attr:`~object.__dict__` del objeto, si "
770
- "está definido, y de su objeto type . La lista resultante no está "
771
+ "está definido, y de su objeto tipo . La lista resultante no está "
771
772
"necesariamente completa, y puede ser inexacta cuando el objeto tiene una "
772
773
"función :func:`__getattr__` implementada."
773
774
0 commit comments