Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
aimileus committed Feb 16, 2024
1 parent f803b69 commit f4cb6ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/rings/polynomial/polynomial_quotient_ring.py
Original file line number Diff line number Diff line change
Expand Up @@ -1270,7 +1270,7 @@ def random_element(self, degree=None, *args, **kwds):
degree, or a tuple of the minimum and maximum degree. By default the
degree is n - 1 with n the degree of the polynomial ring. Note that
the degree of the polynomial is fixed before the modulo calculation.
So when `degree` is bigger then the degree of the polynomial ring, the
So when `degree` is bigger than the degree of the polynomial ring, the
degree of the returned polynomial would be lower than `degree`.
- ``*args``, ``**kwds`` - Arguments for randomization that are passed
on to the ``random_element`` method of the polynomial ring, and from
Expand Down

0 comments on commit f4cb6ce

Please sign in to comment.