Skip to content

Commit baca60e

Browse files
author
Matthias Koeppe
committed
sage.rings: Update # needs
1 parent 1b54228 commit baca60e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/sage/rings/finite_rings/conway_polynomials.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,11 @@ def conway_polynomial(p, n):
4848
4949
EXAMPLES::
5050
51-
sage: conway_polynomial(2,5) # needs conway_polynomials
51+
sage: conway_polynomial(2,5) # needs conway_polynomials
5252
x^5 + x^2 + 1
53-
sage: conway_polynomial(101,5) # needs conway_polynomials
53+
sage: conway_polynomial(101,5) # needs conway_polynomials
5454
x^5 + 2*x + 99
55-
sage: conway_polynomial(97,101) # needs conway_polynomials
55+
sage: conway_polynomial(97,101) # needs conway_polynomials
5656
Traceback (most recent call last):
5757
...
5858
RuntimeError: requested Conway polynomial not in database.
@@ -85,7 +85,7 @@ def exists_conway_polynomial(p, n):
8585
8686
EXAMPLES::
8787
88-
sage: exists_conway_polynomial(2,3) # needs conway_polynomials
88+
sage: exists_conway_polynomial(2,3) # needs conway_polynomials
8989
True
9090
sage: exists_conway_polynomial(2,-1)
9191
False

0 commit comments

Comments
 (0)