Skip to content

Commit 1f0554d

Browse files
committed
issues fixed for 3.15
1 parent f95b148 commit 1f0554d

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

tutorial/datastructures.po

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -279,14 +279,16 @@ msgid ""
279279
"is the first element retrieved (\"first-in, first-out\"); however, lists are "
280280
"not efficient for this purpose. While appends and pops from the end of list "
281281
"are fast, doing inserts or pops from the beginning of a list is slow "
282-
"(because all of the other elements have to be shifted by one)."
282+
"(because all of the other elements have to be shifted by one). See :ref:"
283+
"`time-complexity` for more information."
283284
msgstr ""
284285
"Es ist auch möglich, eine Liste als Warteschlange zu verwenden, bei der das "
285286
"zuerst hinzugefügte Element als erstes wieder abgerufen wird (\"First-in, "
286287
"First-out\"); allerdings sind Listen für diesen Zweck nicht effizient. "
287288
"Während das Anhängen und Entnehmen am Ende einer Liste schnell erfolgt, ist "
288289
"das Einfügen oder Entnehmen am Anfang einer Liste langsam (da alle anderen "
289-
"Elemente um eine Position verschoben werden müssen)."
290+
"Elemente um eine Position verschoben werden müssen). Weitere Informationen "
291+
"findest du unter :ref:`time-complexity`."
290292

291293
#: ../../tutorial/datastructures.rst:172
292294
msgid ""

0 commit comments

Comments
 (0)