diff options
Diffstat (limited to 'doc/build')
| -rw-r--r-- | doc/build/faq/ormconfiguration.rst | 3 |
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 |
