Skip to content

Commit e1773ff

Browse files
committed
Agregando palabra faltante howto/urllib2
1 parent 0f139a9 commit e1773ff

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

dictionaries/howto_urllib2.txt

+1
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ Resumiéndolo
1010
geturl
1111
info
1212
urlopen
13+
internet

howto/urllib2.po

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ msgstr ""
2121

2222
#: ../Doc/howto/urllib2.rst:5
2323
msgid "HOWTO Fetch Internet Resources Using The urllib Package"
24-
msgstr "HOWTO - Cómo obtener recursos de internet con el paquete urllib"
24+
msgstr "HOWTO - Cómo obtener recursos de Internet con el paquete urllib"
2525

2626
#: ../Doc/howto/urllib2.rst:0
2727
msgid "Author"
@@ -824,7 +824,7 @@ msgid ""
824824
"set to use the proxy, which urllib picks up on. In order to test scripts "
825825
"with a localhost server, I have to prevent urllib from using the proxy."
826826
msgstr ""
827-
"En mi caso tengo que usar un proxy para acceder a Internet en el trabajo. Si "
827+
"En mi caso tengo que usar un proxy para acceder a internet en el trabajo. Si "
828828
"intentas consultar URLs de *localhost* a través de este proxy, las bloquea. "
829829
"IE está configurado para usar el proxy, que urllib recoge. Para poder probar "
830830
"los scripts con un servidor localhost, tengo que evitar que urllib use el "

0 commit comments

Comments
 (0)