summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormike bayer <mike_mp@zzzcomputing.com>2015-05-20 20:19:22 -0400
committermike bayer <mike_mp@zzzcomputing.com>2015-05-20 20:19:22 -0400
commitcd8f25aa1a831c4a7cac3eb9f903f3dae8af9bfb (patch)
tree7648be87b44de47dc5dd3309248f14cc06bda0e5
parent5ca14954b89a218e879f6833bb811b88ea537242 (diff)
parent9434356da63006b3bfbb7833bb62def4cda17189 (diff)
downloadsqlalchemy-cd8f25aa1a831c4a7cac3eb9f903f3dae8af9bfb.tar.gz
Merge pull request #173 from PierreRochard/patch-1
Correcting typo in introspection
-rw-r--r--doc/build/orm/mapping_styles.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/build/orm/mapping_styles.rst b/doc/build/orm/mapping_styles.rst
index 7571ce650..52c478361 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