Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Wrap
  • Loading branch information
humitos committed May 13, 2020
commit 76c9d09527f5899e80243bb025bb740f0a2d484e
2 changes: 2 additions & 0 deletions dict
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@ option
or
parsea
parseada
parsear
permitiéndole
permutaciones
personalizadamente
Expand Down Expand Up @@ -279,6 +280,7 @@ tty
tupla
tuplas
tutorial
txt
unicode
uninstall
vía
Expand Down
13 changes: 9 additions & 4 deletions library/urllib.po
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,21 @@ msgid "**Source code:** :source:`Lib/urllib/`"
msgstr "**Código fuente:** :source:`Lib/urllib/`"

#: ../Doc/library/urllib.rst:10
msgid "``urllib`` is a package that collects several modules for working with URLs:"
msgstr "``urllib`` es un paquete que reúne varios módulos para trabajar con URLs:"
msgid ""
"``urllib`` is a package that collects several modules for working with URLs:"
msgstr ""
"``urllib`` es un paquete que reúne varios módulos para trabajar con URLs:"

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

#: ../Doc/library/urllib.rst:13
msgid ":mod:`urllib.error` containing the exceptions raised by :mod:`urllib.request`"
msgstr ":mod:`urllib.error` contiene las excepciones propuestas por :mod:`urllib.request`"
msgid ""
":mod:`urllib.error` containing the exceptions raised by :mod:`urllib.request`"
msgstr ""
":mod:`urllib.error` contiene las excepciones propuestas por :mod:`urllib."
"request`"

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