Skip to content

Commit 70126c2

Browse files
committed
fix error
1 parent 5eef4ec commit 70126c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/arith/misc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ def norm(v):
274274
return min(factors, key=lambda f: abs(f(z)))
275275

276276

277-
alg_dep = algebraic_dependency
277+
algdep = algebraic_dependency
278278

279279

280280
def bernoulli(n, algorithm='default', num_threads=1):

0 commit comments

Comments
 (0)