Skip to content

Commit 583d660

Browse files
committed
Update nntplib.po
1 parent 7364df8 commit 583d660

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

library/nntplib.po

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgstr ""
1111
"Project-Id-Version: Python 3.8\n"
1212
"Report-Msgid-Bugs-To: \n"
1313
"POT-Creation-Date: 2020-05-05 12:54+0200\n"
14-
"PO-Revision-Date: 2020-08-27 17:55-0300\n"
14+
"PO-Revision-Date: 2020-08-27 18:10-0300\n"
1515
"Language-Team: python-doc-es\n"
1616
"MIME-Version: 1.0\n"
1717
"Content-Type: text/plain; charset=UTF-8\n"
@@ -500,7 +500,7 @@ msgid ""
500500
"a list of help strings."
501501
msgstr ""
502502
"Envíe un comando ``HELP``. Devuelve un par ``(response, list)`` donde *list* "
503-
"es una lista de strings de ayuda."
503+
"es una lista de *strings* de ayuda."
504504

505505
#: ../Doc/library/nntplib.rst:407
506506
msgid ""
@@ -512,18 +512,17 @@ msgid ""
512512
msgstr ""
513513
"Envíe un comando ``STAT``, donde *message_spec* es un identificador de "
514514
"mensaje (incluido en ``'<'`` y ``’>’``) o un número de artículo en el grupo "
515-
"actual. Si se omite *message_spec* o :const:``None``, se considera el "
516-
"artículo actual del grupo actual. Devuelve un triple ``(response, number, "
517-
"id)`` donde *number* es el número de artículo y *id* es el identificador del "
518-
"mensaje."
515+
"actual. Si se omite *message_spec* o :const:`None`, se considera el artículo "
516+
"actual del grupo actual. Devuelve un triple ``(response, number, id)`` donde "
517+
"*number* es el número de artículo y *id* es el identificador del mensaje."
519518

520519
#: ../Doc/library/nntplib.rst:421
521520
msgid "Send a ``NEXT`` command. Return as for :meth:`.stat`."
522521
msgstr "Envíe un comando ``NEXT``. Devuelve para un :meth:`.stat`."
523522

524523
#: ../Doc/library/nntplib.rst:426
525524
msgid "Send a ``LAST`` command. Return as for :meth:`.stat`."
526-
msgstr "Envíe un comando ``LAST`. Devuelve para un :meth:`.stat`."
525+
msgstr "Envíe un comando ``LAST``. Devuelve para un :meth:`.stat`."
527526

528527
#: ../Doc/library/nntplib.rst:431
529528
msgid ""
@@ -566,7 +565,7 @@ msgid ""
566565
"refuses posting, a :class:`NNTPReplyError` is raised."
567566
msgstr ""
568567
"Si el método tiene éxito, se devuelve la respuesta del servidor. Si el "
569-
"servidor se niega a publicarlo, se genera un: class: `NNTPReplyError`."
568+
"servidor se niega a publicarlo, se genera un :class: `NNTPReplyError`."
570569

571570
#: ../Doc/library/nntplib.rst:483
572571
msgid ""

0 commit comments

Comments
 (0)