We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9348490 commit 73d8dffCopy full SHA for 73d8dff
docs/Pathing.rst
@@ -57,7 +57,7 @@ Features
57
from pygorithm.pathing import dijkstra
58
59
# for printing the source code of Dijkstra object
60
- print(dijkstra.get_code())
+ print(dijkstra.Dijikstra.get_code())
61
62
Dijkstra
63
---
0 commit comments