cheran-senthil/PyRival

wrong word in the dijkstra.py docstring

Terryobeyes opened this issue · 2 comments

def dijkstra(n, graph, start):
    """ Uses Dijkstra's algortihm to find the shortest path between in a graph. """
    ....

algortihm should be algorithm :)

"the shortest path between in a graph" There is more than one error in this sentence.