Skip to content
This repository has been archived by the owner on Nov 6, 2018. It is now read-only.

Commit

Permalink
Correct spelling error in documentation
Browse files Browse the repository at this point in the history
This fixes the spelling error in the documentation here:

http://algorithms.readthedocs.io/en/latest/data_structures.html#unidrected-graph
  • Loading branch information
davidthewatson committed Aug 15, 2016
1 parent 939c1ae commit 8131d6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion algorithms/data_structures/undirected_graph.py
@@ -1,5 +1,5 @@
"""
Unidrected Graph
Undirected Graph
----------------
The Undirected_Graph class represents an undirected graph of vertices
which can be any hashable value.
Expand Down

0 comments on commit 8131d6e

Please sign in to comment.