Skip to content

Commit 8f4f025

Browse files
author
Sakis Kasampalis
committed
Merge pull request faif#32 from ugurthemaster/patch-1
Update graph_search.py
2 parents 0e51ba6 + 3141ad5 commit 8f4f025

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)