Skip to content

Commit 322a09b

Browse files
committed
Corrección enlace wikipedia round robin
1 parent 4933be4 commit 322a09b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

library/collections.po

Lines changed: 4 additions & 4 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-10-22 16:54-0500\n"
14+
"PO-Revision-Date: 2020-11-20 10:41-0500\n"
1515
"Language-Team: python-doc-es\n"
1616
"MIME-Version: 1.0\n"
1717
"Content-Type: text/plain; charset=UTF-8\n"
@@ -880,8 +880,8 @@ msgid ""
880880
"popleft`; otherwise, it can be cycled back to the end with the :meth:`~deque."
881881
"rotate` method::"
882882
msgstr ""
883-
"Una `planificación round-robin <https://es.wikipedia.org/wiki/Planificaci"
884-
"%C3%B3n_Round-robin>`_ se puede implementar con iteradores de entrada "
883+
"Un `scheduler round-robin <https://en.wikipedia.org/wiki/Round-"
884+
"robin_scheduling>`_ se puede implementar con iteradores de entrada "
885885
"almacenados en :class:`deque`. Los valores son producidos del iterador "
886886
"activo en la posición cero. Si ese iterador está agotado, se puede eliminar "
887887
"con :meth:`~deque.popleft`; de lo contrario, se puede volver en ciclos al "
@@ -1203,7 +1203,7 @@ msgstr ""
12031203

12041204
#: ../Doc/library/collections.rst:852
12051205
msgid "Added the *module* parameter."
1206-
msgstr "Se agregó el parámetro *module* ."
1206+
msgstr "Se agregó el parámetro *module*."
12071207

12081208
#: ../Doc/library/collections.rst:855
12091209
msgid "Removed the *verbose* parameter and the :attr:`_source` attribute."

0 commit comments

Comments
 (0)