Skip to content
This repository was archived by the owner on Jan 30, 2023. It is now read-only.

Commit fae3f07

Browse files
Trac 15229: Complete a phrase in the doc, remove trailing whitespace
1 parent 7b61761 commit fae3f07

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/sage/rings/finite_rings/integer_mod_ring.py

+4-3
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,9 @@ class IntegerModFactory(UniqueFactory):
108108
instance of the quotient ring will be updated to be in the category of
109109
fields.
110110
111-
**Use with care!** After putting `\ZZ / n\ZZ` into the category of
112-
fields,
111+
**Use with care!** Erroneously putting `\ZZ / n\ZZ` into the category
112+
of fields may have consequences that can compromise a whole Sage
113+
session, so that a restart will be needed.
113114
114115
EXAMPLES::
115116
@@ -354,7 +355,7 @@ def __init__(self, order, cache=None, category=None):
354355
sage: F31a is F31b
355356
True
356357
sage: F31a.category().is_subcategory(Fields())
357-
True
358+
True
358359
359360
Next we compute with the integers modulo `16`.
360361

0 commit comments

Comments
 (0)