Skip to content

Commit 2246c91

Browse files
committed
Revisar dict, corregir ortografía en un campo
1 parent 64ce80a commit 2246c91

File tree

2 files changed

+9
-22
lines changed

2 files changed

+9
-22
lines changed

dict

Lines changed: 7 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ Cookbook
2626
Ctrl
2727
Cython
2828
Distutils
29-
Distutils
3029
FLTK
3130
Fibonacci
3231
Finder
@@ -42,7 +41,6 @@ Gtk+
4241
HTML
4342
Hammond
4443
Hat
45-
Hat
4644
Henstridge
4745
Hewlett
4846
Hugunin
@@ -66,7 +64,6 @@ Mac
6664
MacOS
6765
Macintosh
6866
Mandrake
69-
Mandrake
7067
Mark
7168
Microsoft
7269
Mitch
@@ -106,10 +103,8 @@ SciPy
106103
SimpleFileExFlags
107104
Smalltalk
108105
Solaris
109-
Solaris
110106
Spot
111107
Stein
112-
subdirectorios
113108
TCP
114109
Tcl
115110
Tix
@@ -144,7 +139,6 @@ backspace
144139
bash
145140
batch
146141
bdist
147-
bdist
148142
big-endian
149143
bloqueante
150144
booleano
@@ -183,14 +177,11 @@ criptográficamente
183177
curses
184178
customización
185179
customizarlo
186-
códec
187180
datagramas
188181
debugueando
189182
default
190183
desasignar
191184
descompresor
192-
deserialización
193-
deserializar
194185
desreferenciar
195186
desalojable
196187
desambiguar
@@ -204,9 +195,7 @@ desasignarán
204195
desasignador
205196
desasignadores
206197
descargable
207-
desasignada
208198
descargable
209-
descompresor
210199
deserialización
211200
deserializar
212201
desinstalador
@@ -338,24 +327,22 @@ multi
338327
multicast
339328
multihilo
340329
multilínea
330+
multiprocesamiento
331+
mutex
332+
mxBase
341333
naif
334+
naíf
335+
naífs
342336
nonlocal
337+
ncurses
338+
normalización
343339
object
344340
obsérvese
345341
option
346342
or
347343
ordenables
348344
path
349345
pathlib
350-
multiprocesamiento
351-
mutex
352-
mxBase
353-
mxBase
354-
naíf
355-
naífs
356-
ncurses
357-
nonlocal
358-
normalización
359346
object
360347
operando
361348
operandos

library/typing.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgstr ""
1111
"Project-Id-Version: Python 3.8\n"
1212
"Report-Msgid-Bugs-To: \n"
1313
"POT-Creation-Date: 2020-05-05 12:54+0200\n"
14-
"PO-Revision-Date: 2020-06-01 09:51+0200\n"
14+
"PO-Revision-Date: 2020-06-03 17:36+0200\n"
1515
"Language-Team: python-doc-es\n"
1616
"MIME-Version: 1.0\n"
1717
"Content-Type: text/plain; charset=UTF-8\n"
@@ -329,7 +329,7 @@ msgid ""
329329
msgstr ""
330330
"Al usar una clase genérica sin especificar parámetros de tipo se asume :data:"
331331
"`Any` para todas las posiciones. En el siguiente ejemplo, ``MyIterable`` no "
332-
"es genérico pero hereda implicitamente de ``Iterable[Any]``::"
332+
"es genérico pero hereda implícitamente de ``Iterable[Any]``::"
333333

334334
#: ../Doc/library/typing.rst:294
335335
msgid "User defined generic type aliases are also supported. Examples::"

0 commit comments

Comments
 (0)