@@ -11,7 +11,7 @@ msgstr ""
11
11
"Project-Id-Version : Python 3.8\n "
12
12
"Report-Msgid-Bugs-To : \n "
13
13
"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 "
15
15
"Language-Team : python-doc-es\n "
16
16
"MIME-Version : 1.0\n "
17
17
"Content-Type : text/plain; charset=UTF-8\n "
@@ -500,7 +500,7 @@ msgid ""
500
500
"a list of help strings."
501
501
msgstr ""
502
502
"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."
504
504
505
505
#: ../Doc/library/nntplib.rst:407
506
506
msgid ""
@@ -512,18 +512,17 @@ msgid ""
512
512
msgstr ""
513
513
"Envíe un comando ``STAT``, donde *message_spec* es un identificador de "
514
514
"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."
519
518
520
519
#: ../Doc/library/nntplib.rst:421
521
520
msgid "Send a ``NEXT`` command. Return as for :meth:`.stat`."
522
521
msgstr "Envíe un comando ``NEXT``. Devuelve para un :meth:`.stat`."
523
522
524
523
#: ../Doc/library/nntplib.rst:426
525
524
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`."
527
526
528
527
#: ../Doc/library/nntplib.rst:431
529
528
msgid ""
@@ -566,7 +565,7 @@ msgid ""
566
565
"refuses posting, a :class:`NNTPReplyError` is raised."
567
566
msgstr ""
568
567
"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`."
570
569
571
570
#: ../Doc/library/nntplib.rst:483
572
571
msgid ""
0 commit comments