]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
rest tweaks
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 28 Dec 2009 03:22:24 +0000 (03:22 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 28 Dec 2009 03:22:24 +0000 (03:22 +0000)
lib/sqlalchemy/orm/interfaces.py

index fa6b7673745eb1eff73a9b0c1ec42f228ef5db88..f31b447bd81f729a5e25c73b68b4eef889f1f23b 100644 (file)
@@ -54,7 +54,7 @@ class MapperExtension(object):
     New extension classes subclass ``MapperExtension`` and are specified
     using the ``extension`` mapper() argument, which is a single
     ``MapperExtension`` or a list of such.   A single mapper
-    can maintain a chain of `MapperExtension`` objects.  When a
+    can maintain a chain of ``MapperExtension`` objects.  When a
     particular mapping event occurs, the corresponding method 
     on each ``MapperExtension`` is invoked serially, and each method
     has the ability to halt the chain from proceeding further.
@@ -69,7 +69,7 @@ class MapperExtension(object):
     new instance to a result list.
     
     The symbol EXT_STOP has significance within a chain
-    of ``MapperExtension``s that the chain will be stopped
+    of ``MapperExtension`` objects that the chain will be stopped
     when this symbol is returned.  Like EXT_CONTINUE, it also
     has additional significance in some cases that a default
     mapper activity will not be performed.