File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -469,8 +469,6 @@ msgid ""
469469"This means that the following slice returns a new (shallow) copy of the "
470470"list::"
471471msgstr ""
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::"
474472
475473#: ../../tutorial/introduction.rst:396
476474msgid "Lists also support operations like concatenation::"
@@ -481,8 +479,8 @@ msgid ""
481479"Unlike strings, which are :term:`immutable`, lists are a :term:`mutable` "
482480"type, i.e. it is possible to change their content::"
483481msgstr ""
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::"
486484
487485#: ../../tutorial/introduction.rst:411
488486msgid ""
You can’t perform that action at this time.
0 commit comments