]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
fix typo
authorChris Withers <chris@simplistix.co.uk>
Mon, 13 Sep 2010 16:11:53 +0000 (17:11 +0100)
committerChris Withers <chris@simplistix.co.uk>
Mon, 13 Sep 2010 16:11:53 +0000 (17:11 +0100)
doc/build/orm/interfaces.rst

index 8cac2ef21fc991767d8266c66d961fe548bab4d6..321660ac926f1e7c94686da2fa19299c3d05158e 100644 (file)
@@ -89,7 +89,7 @@ value, and allows the extension to change what is ultimately persisted.
 Instrumentation Events and Re-implementation
 ---------------------------------------------
 
-:class:`.InstrumentationManager` can be subclassed in order to receieve class
+:class:`.InstrumentationManager` can be subclassed in order to receive class
 instrumentation events as well as to change how class instrumentation
 proceeds. This class exists for the purposes of integration with other object
 management frameworks which would like to entirely modify the instrumentation
@@ -104,4 +104,4 @@ For an example of :class:`.InstrumentationManager`, see the example
 
 .. autoclass:: InstrumentationManager
     :members:
-    :undoc-members:
\ No newline at end of file
+    :undoc-members: