Skip to content

Commit 1db5bff

Browse files
author
Sakis Kasampalis
committed
Merge branch 'master' of github.com:faif/python-patterns
2 parents 11b4b6a + 8f4f025 commit 1db5bff

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)