Skip to content

Commit bfd511f

Browse files
author
Matthias Koeppe
committed
typo
1 parent 214d910 commit bfd511f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/calculus/calculus.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -966,7 +966,7 @@ def minpoly(ex, var='x', algorithm=None, bits=None, degree=None, epsilon=0):
966966
967967
If the minimal polynomial could not be found, two distinct kinds of
968968
errors are raised. If no reasonable candidate was found with the
969-
given ``bit``/``degree`` parameters, a :class:`ValueError` will be
969+
given ``bits``/``degree`` parameters, a :class:`ValueError` will be
970970
raised. If a reasonable candidate was found but (perhaps due to
971971
limits in the underlying symbolic package) was unable to be proved
972972
correct, a :class:`NotImplementedError` will be raised.

0 commit comments

Comments
 (0)