Skip to content

Commit afeb1dd

Browse files
committed
Fix
1 parent f4cdc24 commit afeb1dd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: data_structures/linked_list/doubly_linked_list_two.py

+2
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,8 @@ def create_linked_list() -> None:
236236
7
237237
8
238238
9
239+
>>> linked_list = LinkedList()
240+
>>> linked_list.insert_at_position(position=1, value=10)
239241
"""
240242

241243

0 commit comments

Comments
 (0)