Skip to content

Commit 9bacb47

Browse files
committed
Fix WARNING: term not in glossary: megváltoztathatatlan
1 parent 5c80e2e commit 9bacb47

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

tutorial/introduction.po

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -469,8 +469,6 @@ msgid ""
469469
"This means that the following slice returns a new (shallow) copy of the "
470470
"list::"
471471
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::"
474472

475473
#: ../../tutorial/introduction.rst:396
476474
msgid "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::"
483481
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::"
486484

487485
#: ../../tutorial/introduction.rst:411
488486
msgid ""

0 commit comments

Comments
 (0)