From: Pierre Rochard Date: Sun, 17 May 2015 21:28:56 +0000 (-0400) Subject: Correcting typo in introspection X-Git-Tag: rel_0_9_10~25 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=805f49f6ec795044f246d56344a2d14c3aa06b52;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git Correcting typo in introspection (cherry picked from commit 9434356da63006b3bfbb7833bb62def4cda17189) --- diff --git a/doc/build/orm/mapping_styles.rst b/doc/build/orm/mapping_styles.rst index 7571ce650e..52c4783614 100644 --- a/doc/build/orm/mapping_styles.rst +++ b/doc/build/orm/mapping_styles.rst @@ -120,7 +120,7 @@ user-defined class, linked together with a :func:`.mapper`. When we talk about "the behavior of :func:`.mapper`", this includes when using the Declarative system as well - it's still used, just behind the scenes. -Runtime Intropsection of Mappings, Objects +Runtime Introspection of Mappings, Objects ========================================== The :class:`.Mapper` object is available from any mapped class, regardless