# HG changeset patch
# User William Laffin <wjlaffin@mtu.edu>
# Date 1273252113 14400
# Node ID 8fae6c98eb157c162fd75849c9420aafca2b80c4
# Parent  bbb4084610e607bee8328fd6bcdbc351d02b8143
#8919: documetation error in super_categories for Sets

diff -r bbb4084610e6 -r 8fae6c98eb15 sage/categories/sets_cat.py
--- a/sage/categories/sets_cat.py	Fri May 07 12:20:57 2010 -0400
+++ b/sage/categories/sets_cat.py	Fri May 07 13:08:33 2010 -0400
@@ -39,7 +39,7 @@
     pass
 
 class Sets(Category):
-    """
+    r"""
     The category of sets
 
     The base category for collections of elements with = (equality)
@@ -147,11 +147,11 @@
 
     @cached_method
     def super_categories(self):
-        """
+        r"""
         We include SetsWithPartialMaps between Sets and Objects so that we 
-        can define morphisms between sets that are only partially defined 
-        (and have the Homset constructor not complain that SetsWithPartialMaps 
-        is not a supercategory of Fields, for example.
+        can define morphisms between sets that are only partially defined. 
+        This is also to have the Homset constructor not complain that 
+        SetsWithPartialMaps is not a supercategory of Fields, for example.
 
         EXAMPLES::
 
@@ -161,7 +161,7 @@
         return [SetsWithPartialMaps()]
 
     def __call__(self, X):
-        """
+        r"""
         Construct an object in this category from the data in ``X``.
 
         EXAMPLES::
@@ -227,7 +227,7 @@
                 sage: S(17) # indirect doctest
                 17
 
-            Caveat: for some parents, element_class is a method, and
+            Caveat: For some parents, element_class is a method, and
             not an attribute. We do not provide a default
             implementation of _element_constructor for those.
 
