Skip to content

Commit cb5b278

Browse files
Fixed typo
1 parent f08e1b8 commit cb5b278

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spherogram_src/links/simplify.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class DualGraphOfFaces(graphs.Graph):
2424
complementary regions (faces) of D and whose edges are dual to the
2525
edges of D.
2626
27-
This is class is no longer used in the simplfy code, but is called
27+
This is class is no longer used in the simplify code, but is called
2828
by Link.dual_graph. It is the only place in this file that
2929
graph.Graph is used.
3030
"""

0 commit comments

Comments
 (0)