Skip to content

Commit 087f4fe

Browse files
committed
changes requested to fix pospell
1 parent f4880e7 commit 087f4fe

File tree

2 files changed

+10
-7
lines changed

2 files changed

+10
-7
lines changed

dict

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ Associates
44
Autocompletado
55
Awk
66
B
7+
b
8+
Built
79
C
810
Circus
911
Cookbook

library/functions.po

+8-7
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,16 @@ 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-07 10:23+0200\n"
14+
"PO-Revision-Date: 2020-05-07 21:30+0200\n"
1515
"Last-Translator: \n"
1616
"Language: es\n"
1717
"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"
1919
"MIME-Version: 1.0\n"
2020
"Content-Type: text/plain; charset=utf-8\n"
2121
"Content-Transfer-Encoding: 8bit\n"
2222
"Generated-By: Babel 2.8.0\n"
23+
"X-Generator: Poedit 2.3\n"
2324

2425
#: ../Doc/library/functions.rst:5 ../Doc/library/functions.rst:11
2526
msgid "Built-in Functions"
@@ -310,7 +311,6 @@ msgid ":func:`round`"
310311
msgstr ""
311312

312313
#: ../Doc/library/functions.rst:45
313-
#, fuzzy
314314
msgid ""
315315
"Return the absolute value of a number. The argument may be an integer or a "
316316
"floating point number. If the argument is a complex number, its magnitude "
@@ -319,7 +319,8 @@ msgid ""
319319
msgstr ""
320320
"Devuelve el valor absoluto de un número. El argumento puede ser un número "
321321
"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__()``."
323324

324325
#: ../Doc/library/functions.rst:53
325326
msgid ""
@@ -335,7 +336,7 @@ msgid ""
335336
"is empty, return ``False``. Equivalent to::"
336337
msgstr ""
337338
"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::"
339340

340341
#: ../Doc/library/functions.rst:77
341342
msgid ""
@@ -371,7 +372,7 @@ msgstr ""
371372
#: ../Doc/library/functions.rst:102 ../Doc/library/functions.rst:750
372373
#: ../Doc/library/functions.rst:1030
373374
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."
375376

376377
#: ../Doc/library/functions.rst:107
377378
msgid ""
@@ -767,7 +768,7 @@ msgid ""
767768
msgstr ""
768769
"Si el objeto no provee de un método :meth:`__dir__`, la función intenta "
769770
"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á "
771772
"necesariamente completa, y puede ser inexacta cuando el objeto tiene una "
772773
"función :func:`__getattr__` implementada."
773774

0 commit comments

Comments
 (0)