File tree 1 file changed +2
-4
lines changed
Filter options
1 file changed +2
-4
lines changed
Original file line number Diff line number Diff line change @@ -469,8 +469,6 @@ msgid ""
469
469
"This means that the following slice returns a new (shallow) copy of the "
470
470
"list::"
471
471
msgstr ""
472
- "All slice operations return a new list containing the requested elements. This "
473
- "means that the following slice returns a new (shallow) copy of the list::"
474
472
475
473
#: ../../tutorial/introduction.rst:396
476
474
msgid "Lists also support operations like concatenation::"
@@ -481,8 +479,8 @@ msgid ""
481
479
"Unlike strings, which are :term:`immutable`, lists are a :term:`mutable` "
482
480
"type, i.e. it is possible to change their content::"
483
481
msgstr ""
484
- "A karakterláncokkal ellentétben -- amelyek :term:`megváltoztathatatlan ` adattípusok -- a listák "
485
- ":term:`megváltoztatható ` adattípusok, azaz módosíthatjuk a tartalmát::"
482
+ "A karakterláncokkal ellentétben -- amelyek :term:`immutable ` adattípusok -- a listák "
483
+ ":term:`mutable ` adattípusok, azaz módosíthatjuk a tartalmát::"
486
484
487
485
#: ../../tutorial/introduction.rst:411
488
486
msgid ""
You can’t perform that action at this time.
0 commit comments