summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2016-05-04 15:49:28 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2016-05-04 15:49:28 -0400
commit6c47f660115596d24bca146f2d4a034d72b6c663 (patch)
tree75cb4b93cf461335da928e503398bf698b707f42 /doc
parentd2656136ab682f4a9fcd8fa0bbdecabe8221e1fa (diff)
parente6251c3e40e623aaadc7356c0b3c94101710079c (diff)
downloadsqlalchemy-6c47f660115596d24bca146f2d4a034d72b6c663.tar.gz
Merge remote-tracking branch 'origin/pr/267'
Diffstat (limited to 'doc')
-rw-r--r--doc/build/faq/ormconfiguration.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/build/faq/ormconfiguration.rst b/doc/build/faq/ormconfiguration.rst
index 3a2ea29a6..faaee449e 100644
--- a/doc/build/faq/ormconfiguration.rst
+++ b/doc/build/faq/ormconfiguration.rst
@@ -89,7 +89,8 @@ To get at the :class:`.Mapper` for a particular mapped class, call the
mapper = inspect(MyClass)
-From there, all information about the class can be acquired using such methods as:
+From there, all information about the class can be accessed through properties
+such as:
* :attr:`.Mapper.attrs` - a namespace of all mapped attributes. The attributes
themselves are instances of :class:`.MapperProperty`, which contain additional