Skip to content

Commit 73d8dff

Browse files
committed
Very minor documentation fix
1 parent 9348490 commit 73d8dff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Pathing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Features
5757
from pygorithm.pathing import dijkstra
5858
5959
# for printing the source code of Dijkstra object
60-
print(dijkstra.get_code())
60+
print(dijkstra.Dijikstra.get_code())
6161
6262
Dijkstra
6363
---

0 commit comments

Comments
 (0)