Skip to content

Commit 2a85ce7

Browse files
Fix spelling
1 parent 6e3775a commit 2a85ce7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spherogram_src/links/bands/search.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ def are_same_link(L0, L1, tries=10):
9292
it returns False, then they may still be the same.
9393
9494
When both links are hyperbolic, this is function is robust.
95-
Otherwise, whether it succeeds is pretty stocastic.
95+
Otherwise, whether it succeeds is pretty stochastic.
9696
"""
9797
L0, L1 = L0.copy(), L1.copy()
9898
for i in range(tries):

0 commit comments

Comments
 (0)