summaryrefslogtreecommitdiff
path: root/doc/build
diff options
context:
space:
mode:
authorJeffrey Finkelstein <jeffrey.finkelstein@gmail.com>2016-05-03 20:46:20 -0400
committerJeffrey Finkelstein <jeffrey.finkelstein@gmail.com>2016-05-03 20:46:20 -0400
commite6251c3e40e623aaadc7356c0b3c94101710079c (patch)
tree17916801a867be8f03063009adfdc0ea32017baa /doc/build
parent9a3c9ba7beb18dfd6232deb895528ea8593a12b0 (diff)
downloadsqlalchemy-pr/267.tar.gz
Corrects some references in ORM documentation.pr/267
Diffstat (limited to 'doc/build')
-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