Skip to content

Commit 3141ad5

Browse files
author
ugurthemaster
committed
Update graph_search.py
A typo has been corrected.
1 parent 0e51ba6 commit 3141ad5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graph_search.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ def find_shortest_path(self, start, end, path=[]):
6767
'F': ['C']
6868
}
6969

70-
#inistialization of new graph search object
70+
#initialization of new graph search object
7171
graph1 = GraphSearch(graph)
7272

7373

0 commit comments

Comments
 (0)