@@ -11,15 +11,16 @@ 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 : 2019 -05-09 15:10-0400 \n "
14
+ "PO-Revision-Date : 2020 -05-09 13:56+0200 \n "
15
15
"Last-Translator : \n "
16
16
"Language : es\n "
17
17
"Language-Team : python-doc-es\n "
18
- "Plural-Forms : nplurals=2; plural=(n != 1)\n "
18
+ "Plural-Forms : nplurals=2; plural=(n != 1); \n "
19
19
"MIME-Version : 1.0\n "
20
20
"Content-Type : text/plain; charset=utf-8\n "
21
21
"Content-Transfer-Encoding : 8bit\n "
22
22
"Generated-By : Babel 2.8.0\n "
23
+ "X-Generator : Poedit 2.3\n "
23
24
24
25
#: ../Doc/tutorial/introduction.rst:5
25
26
msgid "An Informal Introduction to Python"
@@ -475,15 +476,14 @@ msgstr ""
475
476
"`sequence`), las listas se pueden indexar y segmentar:"
476
477
477
478
#: ../Doc/tutorial/introduction.rst:396
478
- #, fuzzy
479
479
msgid ""
480
480
"All slice operations return a new list containing the requested elements. "
481
481
"This means that the following slice returns a :ref:`shallow copy "
482
482
"<shallow_vs_deep_copy>` of the list::"
483
483
msgstr ""
484
484
"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::"
487
487
488
488
#: ../Doc/tutorial/introduction.rst:403
489
489
msgid "Lists also support operations like concatenation::"
0 commit comments