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

Commit

Permalink
Trac 15229: Complete a phrase in the doc, remove trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-king-jena committed Dec 28, 2013
1 parent 7b61761 commit fae3f07
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/sage/rings/finite_rings/integer_mod_ring.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,9 @@ class IntegerModFactory(UniqueFactory):
instance of the quotient ring will be updated to be in the category of
fields.
**Use with care!** After putting `\ZZ / n\ZZ` into the category of
fields,
**Use with care!** Erroneously putting `\ZZ / n\ZZ` into the category
of fields may have consequences that can compromise a whole Sage
session, so that a restart will be needed.
EXAMPLES::
Expand Down Expand Up @@ -354,7 +355,7 @@ def __init__(self, order, cache=None, category=None):
sage: F31a is F31b
True
sage: F31a.category().is_subcategory(Fields())
True
True
Next we compute with the integers modulo `16`.
Expand Down

0 comments on commit fae3f07

Please sign in to comment.