Skip to content

Commit 42d38c3

Browse files
committed
Fix observations
1 parent 1b5bf1e commit 42d38c3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

howto/urllib2.po

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,16 @@ msgstr ""
1111
"Project-Id-Version: Python 3.8\n"
1212
"Report-Msgid-Bugs-To: \n"
1313
"POT-Creation-Date: 2022-10-25 19:47+0200\n"
14-
"PO-Revision-Date: 2023-03-07 14:12-0300\n"
14+
"PO-Revision-Date: 2023-03-08 17:12-0300\n"
1515
"Last-Translator: Francisco Mora <fr.morac@duocuc.cl>\n"
16-
"Language: es_AR\n"
1716
"Language-Team: python-doc-es\n"
18-
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
17+
"Language: es_AR\n"
1918
"MIME-Version: 1.0\n"
2019
"Content-Type: text/plain; charset=utf-8\n"
2120
"Content-Transfer-Encoding: 8bit\n"
21+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
2222
"Generated-By: Babel 2.10.3\n"
23-
"X-Generator: Poedit 2.4.2\n"
23+
"X-Generator: Poedit 3.2.2\n"
2424

2525
#: ../Doc/howto/urllib2.rst:5
2626
msgid "HOWTO Fetch Internet Resources Using The urllib Package"
@@ -500,7 +500,7 @@ msgid ""
500500
msgstr ""
501501
"**info** - retorna un objeto parecido a un diccionario que describe la "
502502
"página consultada, particularmente los encabezados enviados por el servidor. "
503-
"Actualmente es una instancia :class:`http.client.HTTPMessage`."
503+
"Actualmente es una instancia :class:`https.client.HTTPMessage`."
504504

505505
#: ../Doc/howto/urllib2.rst:413
506506
msgid ""

0 commit comments

Comments
 (0)