From: Chris Withers Date: Mon, 13 Sep 2010 16:11:53 +0000 (+0100) Subject: fix typo X-Git-Tag: rel_0_6_5~67 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=439d57ddaf5c589e1d4e01feba42349cb5345cbe;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git fix typo --- diff --git a/doc/build/orm/interfaces.rst b/doc/build/orm/interfaces.rst index 8cac2ef21f..321660ac92 100644 --- a/doc/build/orm/interfaces.rst +++ b/doc/build/orm/interfaces.rst @@ -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: