Skip to content

Commit 0e24c1f

Browse files
committed
Fix typo
1 parent 3ff46e3 commit 0e24c1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/rings/polynomial/polynomial_quotient_ring.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1270,7 +1270,7 @@ def random_element(self, degree=None, *args, **kwds):
12701270
degree, or a tuple of the minimum and maximum degree. By default the
12711271
degree is n - 1 with n the degree of the polynomial ring. Note that
12721272
the degree of the polynomial is fixed before the modulo calculation.
1273-
So when `degree` is bigger then the degree of the polynomial ring, the
1273+
So when `degree` is bigger than the degree of the polynomial ring, the
12741274
degree of the returned polynomial would be lower than `degree`.
12751275
- ``*args``, ``**kwds`` - Arguments for randomization that are passed
12761276
on to the ``random_element`` method of the polynomial ring, and from

0 commit comments

Comments
 (0)