diff options
author | Pierre Rochard <PierreRochard@users.noreply.github.com> | 2015-05-17 17:28:56 -0400 |
---|---|---|
committer | Pierre Rochard <PierreRochard@users.noreply.github.com> | 2015-05-17 17:28:56 -0400 |
commit | 9434356da63006b3bfbb7833bb62def4cda17189 (patch) | |
tree | 7648be87b44de47dc5dd3309248f14cc06bda0e5 | |
parent | 5ca14954b89a218e879f6833bb811b88ea537242 (diff) | |
download | sqlalchemy-pr/173.tar.gz |
Correcting typo in introspectionpr/173
-rw-r--r-- | doc/build/orm/mapping_styles.rst | 2 |
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 |