Skip to content

Commit

Permalink
Typo: 'minumum' for 'minimum'
Browse files Browse the repository at this point in the history
In sage/src/sage/libs/eclib/mwrank.pyx
Line 843 should read 'minumum' instead of 'minimum'.
  • Loading branch information
yukib0123 authored Mar 30, 2023
1 parent c00e6c2 commit e05af10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/libs/eclib/mwrank.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -840,7 +840,7 @@ cdef class _mw:
- ``sat_bnd`` (int, default -1) -- upper bound on primes at
which to saturate. If -1 (default), compute a bound for the
primes which may not be saturated, and use that. Otherwise,
the bound used is the minumum of the value of ``sat_bnd``
the bound used is the minimum of the value of ``sat_bnd``
and the computed bound.
- ``sat_low_bd`` (int, default 2) -- only do saturation at
Expand Down

0 comments on commit e05af10

Please sign in to comment.