File tree Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Original file line number Diff line number Diff line change @@ -189,6 +189,7 @@ option
189
189
or
190
190
parsea
191
191
parseada
192
+ parsear
192
193
permitiéndole
193
194
permutaciones
194
195
personalizadamente
279
280
tupla
280
281
tuplas
281
282
tutorial
283
+ txt
282
284
unicode
283
285
uninstall
284
286
vía
Original file line number Diff line number Diff line change @@ -28,16 +28,21 @@ msgid "**Source code:** :source:`Lib/urllib/`"
28
28
msgstr "**Código fuente:** :source:`Lib/urllib/`"
29
29
30
30
#: ../Doc/library/urllib.rst:10
31
- msgid "``urllib`` is a package that collects several modules for working with URLs:"
32
- msgstr "``urllib`` es un paquete que reúne varios módulos para trabajar con URLs:"
31
+ msgid ""
32
+ "``urllib`` is a package that collects several modules for working with URLs:"
33
+ msgstr ""
34
+ "``urllib`` es un paquete que reúne varios módulos para trabajar con URLs:"
33
35
34
36
#: ../Doc/library/urllib.rst:12
35
37
msgid ":mod:`urllib.request` for opening and reading URLs"
36
38
msgstr ":mod:`urllib.request` para abrir y leer URLs"
37
39
38
40
#: ../Doc/library/urllib.rst:13
39
- msgid ":mod:`urllib.error` containing the exceptions raised by :mod:`urllib.request`"
40
- msgstr ":mod:`urllib.error` contiene las excepciones propuestas por :mod:`urllib.request`"
41
+ msgid ""
42
+ ":mod:`urllib.error` containing the exceptions raised by :mod:`urllib.request`"
43
+ msgstr ""
44
+ ":mod:`urllib.error` contiene las excepciones propuestas por :mod:`urllib."
45
+ "request`"
41
46
42
47
#: ../Doc/library/urllib.rst:14
43
48
msgid ":mod:`urllib.parse` for parsing URLs"
You can’t perform that action at this time.
0 commit comments