From fae3f07320a2531901b9a0dac0d73b62e0fdf6aa Mon Sep 17 00:00:00 2001 From: Simon King Date: Sat, 28 Dec 2013 12:29:55 +0100 Subject: [PATCH] Trac 15229: Complete a phrase in the doc, remove trailing whitespace --- src/sage/rings/finite_rings/integer_mod_ring.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/sage/rings/finite_rings/integer_mod_ring.py b/src/sage/rings/finite_rings/integer_mod_ring.py index 0e7aeb7bde7..078206210f0 100644 --- a/src/sage/rings/finite_rings/integer_mod_ring.py +++ b/src/sage/rings/finite_rings/integer_mod_ring.py @@ -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:: @@ -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`.