@@ -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-10-22 16:54 -0500\n "
14
+ "PO-Revision-Date : 2020-11-20 10:41 -0500\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 "
@@ -880,8 +880,8 @@ msgid ""
880
880
"popleft`; otherwise, it can be cycled back to the end with the :meth:`~deque."
881
881
"rotate` method::"
882
882
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 "
885
885
"almacenados en :class:`deque`. Los valores son producidos del iterador "
886
886
"activo en la posición cero. Si ese iterador está agotado, se puede eliminar "
887
887
"con :meth:`~deque.popleft`; de lo contrario, se puede volver en ciclos al "
@@ -1203,7 +1203,7 @@ msgstr ""
1203
1203
1204
1204
#: ../Doc/library/collections.rst:852
1205
1205
msgid "Added the *module* parameter."
1206
- msgstr "Se agregó el parámetro *module* ."
1206
+ msgstr "Se agregó el parámetro *module*."
1207
1207
1208
1208
#: ../Doc/library/collections.rst:855
1209
1209
msgid "Removed the *verbose* parameter and the :attr:`_source` attribute."
0 commit comments