@@ -11,7 +11,7 @@ msgstr ""
11
11
"Project-Id-Version : Python 3.12\n "
12
12
"Report-Msgid-Bugs-To : \n "
13
13
"POT-Creation-Date : 2023-10-12 19:43+0200\n "
14
- "PO-Revision-Date : 2023-10-15 20:04 -0300\n "
14
+ "PO-Revision-Date : 2023-10-15 20:19 -0300\n "
15
15
"Last-Translator : Carlos A. Crespo <lvccrespo@gmail.com>\n "
16
16
"Language-Team : python-doc-es\n "
17
17
"Language : es\n "
@@ -217,7 +217,7 @@ msgid ""
217
217
"To quote a quote, we need to \" escape\" it, by preceding it with ``\\ ``. "
218
218
"Alternatively, we can use the other type of quotation marks::"
219
219
msgstr ""
220
- "Para citar una cita, debemos \" escaparla \" precediéndola con ``\\ ``. "
220
+ "Para citar una cita, debemos \" escapar \" la cita precediéndola con ``\\ ``. "
221
221
"Alternativamente, podemos usar el otro tipo de comillas::"
222
222
223
223
#: ../Doc/tutorial/introduction.rst:171
@@ -336,7 +336,7 @@ msgid ""
336
336
"used to obtain individual characters, *slicing* allows you to obtain a "
337
337
"substring::"
338
338
msgstr ""
339
- "Además de los índices, las *rebanadas* (slicing) también están soportadas. "
339
+ "Además de los índices, las *rebanadas (slicing) también están soportadas. "
340
340
"Mientras que la indexación se utiliza para obtener caracteres individuales, "
341
341
"*rebanar* te permite obtener una subcadena::"
342
342
0 commit comments