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

Skip to content

Commit 76c9d09

Browse files
committed
Wrap
1 parent fe0249b commit 76c9d09

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

dict

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,7 @@ option
189189
or
190190
parsea
191191
parseada
192+
parsear
192193
permitiéndole
193194
permutaciones
194195
personalizadamente
@@ -279,6 +280,7 @@ tty
279280
tupla
280281
tuplas
281282
tutorial
283+
txt
282284
unicode
283285
uninstall
284286
vía

library/urllib.po

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,16 +28,21 @@ msgid "**Source code:** :source:`Lib/urllib/`"
2828
msgstr "**Código fuente:** :source:`Lib/urllib/`"
2929

3030
#: ../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:"
3335

3436
#: ../Doc/library/urllib.rst:12
3537
msgid ":mod:`urllib.request` for opening and reading URLs"
3638
msgstr ":mod:`urllib.request` para abrir y leer URLs"
3739

3840
#: ../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`"
4146

4247
#: ../Doc/library/urllib.rst:14
4348
msgid ":mod:`urllib.parse` for parsing URLs"

0 commit comments

Comments
 (0)