@@ -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-05-09 18:17 -0300\n "
14
+ "PO-Revision-Date : 2020-05-09 18:41 -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 "
@@ -70,7 +70,7 @@ msgid ""
70
70
"It returns a new sorted list::"
71
71
msgstr ""
72
72
"Una simple ordenación ascendente es muy fácil: simplemente llame a la "
73
- "función :func: `sorted`. Devuelve una nueva list:: ordenada."
73
+ "función :func:`sorted`. Devuelve una nueva list:: ordenada."
74
74
75
75
#: ../Doc/howto/sorting.rst:26
76
76
msgid ""
@@ -194,7 +194,7 @@ msgid ""
194
194
"the same key, their original order is preserved."
195
195
msgstr ""
196
196
"Se garantiza que las clasificaciones serán `estables <https://es.wikipedia."
197
- "org/wiki/Algoritmo_de_ordenamiento#Estabilidad>` _ \\ . Eso significa que "
197
+ "org/wiki/Algoritmo_de_ordenamiento#Estabilidad>`_ \\ . Eso significa que "
198
198
"cuando varios registros tienen la misma clave, se conserva su orden original."
199
199
200
200
#: ../Doc/howto/sorting.rst:137
@@ -203,7 +203,7 @@ msgid ""
203
203
"``('blue', 1)`` is guaranteed to precede ``('blue', 2)``."
204
204
msgstr ""
205
205
"Observe cómo los dos registros para *blue* conservan su orden original de "
206
- "modo que se garantice que ``('blue', 1)`` preceda a``('blue', 2)``."
206
+ "modo que se garantice que ``('blue', 1)`` preceda a ``('blue', 2)``."
207
207
208
208
#: ../Doc/howto/sorting.rst:140
209
209
msgid ""
@@ -399,7 +399,6 @@ msgstr ""
399
399
"mod:` functools` en la biblioteca estándar."
400
400
401
401
#: ../Doc/howto/sorting.rst:271
402
- #, fuzzy
403
402
msgid "Odd and Ends"
404
403
msgstr "Comentarios finales"
405
404
0 commit comments