Skip to content

Commit d929cf5

Browse files
authored
Merge pull request nryoung#150 from davidthewatson/patch-1
Correct spelling error in documentation
2 parents 481ff9e + 8131d6e commit d929cf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

algorithms/data_structures/undirected_graph.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
Unidrected Graph
2+
Undirected Graph
33
----------------
44
The Undirected_Graph class represents an undirected graph of vertices
55
which can be any hashable value.

0 commit comments

Comments
 (0)