Skip to content

Commit 60dcec7

Browse files
committed
Fix pospell bugs found at #61c6e47
1 parent a5840c3 commit 60dcec7

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

dict

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,6 @@ lexicográfico
144144
m
145145
manejador
146146
manejadores
147-
math.py
148147
mezclarlos
149148
mortem
150149
multi
@@ -192,7 +191,6 @@ referenciado
192191
referenciados
193192
referencian
194193
referenciarse
195-
regex.py
196194
remove
197195
reordenar
198196
run
@@ -248,3 +246,6 @@ vía
248246
wchar
249247
x
250248
zlib
249+
subdirectorio
250+
sorprendentemente
251+
secuencialmente

faq/library.po

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ msgstr ""
99
"Project-Id-Version: Python 3.8\n"
1010
"Report-Msgid-Bugs-To: \n"
1111
"POT-Creation-Date: 2019-05-06 11:59-0400\n"
12-
"PO-Revision-Date: 2020-05-10 18:02+0100\n"
12+
"PO-Revision-Date: 2020-05-10 18:06+0100\n"
1313
"Language-Team: python-doc-es\n"
1414
"MIME-Version: 1.0\n"
1515
"Content-Type: text/plain; charset=UTF-8\n"
@@ -59,7 +59,7 @@ msgstr ""
5959

6060
#: ../Doc/faq/library.rst:28
6161
msgid "Where is the math.py (socket.py, regex.py, etc.) source file?"
62-
msgstr "¿Dónde está el fichero fuente math.py (socket.py, regex.py, etc.)?"
62+
msgstr "¿Dónde está el fichero fuente *math.py* (*socket.py*, *regex.py*, etc.)?"
6363

6464
#: ../Doc/faq/library.rst:30
6565
msgid ""
@@ -85,7 +85,7 @@ msgstr "módulos escritos en Python (.py);"
8585
#: ../Doc/faq/library.rst:38
8686
msgid "modules written in C and dynamically loaded (.dll, .pyd, .so, .sl, etc);"
8787
msgstr ""
88-
"módulos escritos en C y cargados dinámicamente (.dll, .pyd, .so, .sl, etc.);"
88+
"módulos escritos en C y cargados dinámicamente (*.dll, .pyd, .so, .sl*, etc.);"
8989

9090
#: ../Doc/faq/library.rst:39
9191
msgid ""
@@ -330,7 +330,7 @@ msgstr ""
330330

331331
#: ../Doc/faq/library.rst:182
332332
msgid "How do I create documentation from doc strings?"
333-
msgstr "¿Cómo creo documentación a partir de los doctrings?"
333+
msgstr "¿Cómo creo documentación a partir de los docstrings?"
334334

335335
#: ../Doc/faq/library.rst:184
336336
msgid ""
@@ -341,7 +341,7 @@ msgid ""
341341
msgstr ""
342342
"El módulo :mod:`pydoc` puede crear HTML desde los docstrings existentes en su "
343343
"código fuente Python. Una alternativa para crear documentación API "
344-
"estrictamente desde doctrings es `epydoc <http://epydoc.sourceforge.net/>`_. "
344+
"estrictamente desde docstrings es `epydoc <http://epydoc.sourceforge.net/>`_. "
345345
"`Sphinx <http://sphinx-doc.org>`_ también puede incluir contenido docstring."
346346

347347
#: ../Doc/faq/library.rst:191
@@ -518,7 +518,7 @@ msgid ""
518518
"D1, D2 are dicts, x, y are objects, i, j are ints)::"
519519
msgstr ""
520520
"Por ejemplo, las siguientes operaciones son todas atómicas (L, L1, L2 son "
521-
"listas, D, D1, D2 son diccionarios, x, y son objetos, i, j son enteros)::"
521+
"listas, D, D1, D2 son diccionarios, *x, y* son objetos, *i, j* son enteros)::"
522522

523523
#: ../Doc/faq/library.rst:398
524524
msgid "These aren't::"

0 commit comments

Comments
 (0)