We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e3775a commit 2a85ce7Copy full SHA for 2a85ce7
spherogram_src/links/bands/search.py
@@ -92,7 +92,7 @@ def are_same_link(L0, L1, tries=10):
92
it returns False, then they may still be the same.
93
94
When both links are hyperbolic, this is function is robust.
95
- Otherwise, whether it succeeds is pretty stocastic.
+ Otherwise, whether it succeeds is pretty stochastic.
96
"""
97
L0, L1 = L0.copy(), L1.copy()
98
for i in range(tries):
0 commit comments