]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Correcting typo in introspection
authorPierre Rochard <PierreRochard@users.noreply.github.com>
Sun, 17 May 2015 21:28:56 +0000 (17:28 -0400)
committerPierre Rochard <PierreRochard@users.noreply.github.com>
Sun, 17 May 2015 21:28:56 +0000 (17:28 -0400)
doc/build/orm/mapping_styles.rst

index 7571ce650ec7c4027236f370452a92752ca14659..52c4783614abbcae292599e311c439d4cd60afa8 100644 (file)
@@ -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