Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c95bd21

Browse files
committed
Fix pospell bugs found at #9a457e6
1 parent 214a97a commit c95bd21

File tree

2 files changed

+20
-18
lines changed

2 files changed

+20
-18
lines changed

dict

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ Foundation
3434
Fourier
3535
GIL
3636
Greg
37-
HTML
3837
Gtk+
38+
HTML
3939
Hammond
4040
Henstridge
4141
Hugunin
@@ -45,19 +45,19 @@ Index
4545
Interesantemente
4646
Java
4747
Jim
48+
Jim
4849
Jython
50+
Kivy
4951
L
5052
Laird
51-
Jim
52-
Kivy
5353
Linux
5454
Lloyd
5555
Mac
5656
MacOS
5757
Macintosh
58-
Mitch
5958
Mark
6059
Microsoft
60+
Mitch
6161
Monty
6262
NumPy
6363
Numerical
@@ -80,8 +80,8 @@ Qt
8080
Randal
8181
Reilly
8282
Rezinsky
83-
SYSV
8483
Ruby
84+
SYSV
8585
Schwartz
8686
SciPy
8787
SimpleFileExFlags
@@ -100,8 +100,8 @@ VM
100100
WWW
101101
Windows
102102
X
103-
aleatoriamente
104103
Xt
104+
aleatoriamente
105105
append
106106
aproximarla
107107
argv
@@ -155,8 +155,8 @@ docstrings
155155
ecualizadora
156156
else
157157
enrutamiento
158-
env
159158
enumerador
159+
env
160160
especificador
161161
estáticamente
162162
except
@@ -304,6 +304,9 @@ solucionadores
304304
sorprendentemente
305305
sort
306306
spam
307+
stderr
308+
stdin
309+
stdout
307310
strings
308311
sub
309312
subcarpetas
@@ -319,9 +322,9 @@ sys
319322
t
320323
tab
321324
tabulación
325+
takefocus
322326
termcap
323327
testeo
324-
takefocus
325328
tipado
326329
tipear
327330
token
@@ -334,9 +337,9 @@ uninstall
334337
vía
335338
wchar
336339
web
337-
wiki
338340
widget
339341
widgets
342+
wiki
340343
wxPython
341344
wxWidgets
342345
wxwidgets

faq/library.po

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -704,8 +704,8 @@ msgid ""
704704
"There's also ``os.ftruncate(fd, offset)`` for files opened with :func:`os."
705705
"open`, where *fd* is the file descriptor (a small integer)."
706706
msgstr ""
707-
"Para truncar un fichero, ábralo usando ``f = open(filename, \"rb+\")``, y use "
708-
"``f.truncate(offset)``; el desplazamiento toma por defecto la posición "
707+
"Para truncar un fichero, ábralo usando ``f = open(filename, \"rb+\")``, y "
708+
"use ``f.truncate(offset)``; el desplazamiento toma por defecto la posición "
709709
"actual de búsqueda. También existe ``os.ftruncate(fd, offset)`` para "
710710
"ficheros abiertos con :func:`os.open`, donde *fd* es el descriptor del "
711711
"fichero (un entero pequeño)."
@@ -727,7 +727,7 @@ msgstr "¿Cómo copio un fichero?"
727727
#: ../Doc/faq/library.rst:492
728728
msgid ""
729729
"The :mod:`shutil` module contains a :func:`~shutil.copyfile` function. Note "
730-
"that on MacOS 9 it doesn't copy the resource fork and Finder info."
730+
"that on MacOS 9 it doesn't copy the resource fork and *Finder* info."
731731
msgstr ""
732732
"El módulo :mod:`shutil` contiene una función :func:`~shutil.copyfile`. "
733733
"Nótese que en MacOS 9 no copia el *fork* del recurso ni la información de "
@@ -763,7 +763,7 @@ msgid ""
763763
"bytes) from the string."
764764
msgstr ""
765765
"El '>' en la cadena de formato fuerza los datos a *big-endian*; la letra "
766-
"'h' lee un \"entero corto\" (2 bytes), y 'l' lee un \"entero largo\" (4 "
766+
"'*h*' lee un \"entero corto\" (2 bytes), y '*l*' lee un \"entero largo\" (4 "
767767
"bytes) desde la cadena de texto."
768768

769769
#: ../Doc/faq/library.rst:516
@@ -789,7 +789,7 @@ msgstr ""
789789
#: ../Doc/faq/library.rst:529
790790
msgid "I can't seem to use os.read() on a pipe created with os.popen(); why?"
791791
msgstr ""
792-
"No consigo usar os.read() en un *pipe* creado con os.popen(); ¿por qué?"
792+
"No consigo usar *os.read()* en un *pipe* creado con *os.popen()*; ¿por qué?"
793793

794794
#: ../Doc/faq/library.rst:531
795795
msgid ""
@@ -819,16 +819,15 @@ msgstr "http://pyserial.sourceforge.net"
819819

820820
#: ../Doc/faq/library.rst:624
821821
msgid "For Unix, see a Usenet post by Mitch Chapman:"
822-
msgstr "Para Unix, vea una publicación Usenet de Mitch Chapman:"
822+
msgstr "Para Unix, vea una publicación *Usenet* de Mitch Chapman:"
823823

824824
#: ../Doc/faq/library.rst:626
825825
msgid "https://groups.google.com/[email protected]"
826826
msgstr "https://groups.google.com/[email protected]"
827827

828828
#: ../Doc/faq/library.rst:630
829829
msgid "Why doesn't closing sys.stdout (stdin, stderr) really close it?"
830-
msgstr ""
831-
"¿Por qué al cerrar sys.stdout (stdin, stderr) realmente no se cierran?"
830+
msgstr "¿Por qué al cerrar sys.stdout (stdin, stderr) realmente no se cierran?"
832831

833832
#: ../Doc/faq/library.rst:632
834833
msgid ""
@@ -929,7 +928,7 @@ msgstr ""
929928

930929
#: ../Doc/faq/library.rst:682
931930
msgid "Yes. Here's a simple example that uses urllib.request::"
932-
msgstr "Sí. Aquí hay un ejemplo sencillo que usa urllib.request::"
931+
msgstr "Sí. Aquí hay un ejemplo sencillo que usa *urllib.request*::"
933932

934933
#: ../Doc/faq/library.rst:697
935934
msgid ""

0 commit comments

Comments
 (0)