@@ -11,15 +11,16 @@ 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 : 2019 -05-09 15:10-0400 \n "
14+ "PO-Revision-Date : 2020 -05-09 13:56+0200 \n "
1515"Last-Translator : \n "
1616"Language : es\n "
1717"Language-Team : python-doc-es\n "
18- "Plural-Forms : nplurals=2; plural=(n != 1)\n "
18+ "Plural-Forms : nplurals=2; plural=(n != 1); \n "
1919"MIME-Version : 1.0\n "
2020"Content-Type : text/plain; charset=utf-8\n "
2121"Content-Transfer-Encoding : 8bit\n "
2222"Generated-By : Babel 2.8.0\n "
23+ "X-Generator : Poedit 2.3\n "
2324
2425#: ../Doc/tutorial/introduction.rst:5
2526msgid "An Informal Introduction to Python"
@@ -475,15 +476,14 @@ msgstr ""
475476"`sequence`), las listas se pueden indexar y segmentar:"
476477
477478#: ../Doc/tutorial/introduction.rst:396
478- #, fuzzy
479479msgid ""
480480"All slice operations return a new list containing the requested elements. "
481481"This means that the following slice returns a :ref:`shallow copy "
482482"<shallow_vs_deep_copy>` of the list::"
483483msgstr ""
484484"Todas las operaciones de rebanado devuelven una nueva lista que contiene los "
485- "elementos pedidos. Esto significa que la siguiente rebanada devuelve una "
486- "copia nueva (superficial) de la lista::"
485+ "elementos pedidos. Esto significa que la siguiente rebanada devuelve una : "
486+ "ref:`shallow copy <shallow_vs_deep_copy>` de la lista::"
487487
488488#: ../Doc/tutorial/introduction.rst:403
489489msgid "Lists also support operations like concatenation::"
0 commit comments