diff options
author | Frank Carnovale <frank.carnovale@gmail.com> | 2016-05-11 17:42:59 +0100 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2016-05-12 14:21:37 -0400 |
commit | f5b314571284eadd14db9c556dc78a856650d3a8 (patch) | |
tree | a15636905f63ac58dbcbdb1414da7e7d3cd95c25 | |
parent | c55ad969190016dfbeb1c033d123f105dc2e980b (diff) | |
download | sqlalchemy-f5b314571284eadd14db9c556dc78a856650d3a8.tar.gz |
typo in glossary#instrumentation: s/behviors/behaviors/
(cherry picked from commit 2774113dab7d20ebe8879fdc6efaebf72ea9f770)
-rw-r--r-- | doc/build/glossary.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/build/glossary.rst b/doc/build/glossary.rst index c122d1581..c11190c53 100644 --- a/doc/build/glossary.rst +++ b/doc/build/glossary.rst @@ -103,7 +103,7 @@ Glossary Instrumentation refers to the process of augmenting the functionality and attribute set of a particular class. Ideally, the behavior of the class should remain close to a regular - class, except that additional behviors and features are + class, except that additional behaviors and features are made available. The SQLAlchemy :term:`mapping` process, among other things, adds database-enabled :term:`descriptors` to a mapped |