diff options
author | Frank Carnovale <frank.carnovale@gmail.com> | 2016-05-11 17:42:59 +0100 |
---|---|---|
committer | Frank Carnovale <frank.carnovale@gmail.com> | 2016-05-12 17:57:11 +0100 |
commit | 2774113dab7d20ebe8879fdc6efaebf72ea9f770 (patch) | |
tree | 41b9533b0a00f27d4ea380b1264af3a6262de75c | |
parent | 7f08d8c93af1b574d1cc11af38baf26d9d59058f (diff) | |
download | sqlalchemy-2774113dab7d20ebe8879fdc6efaebf72ea9f770.tar.gz |
typo in glossary#instrumentation: s/behviors/behaviors/
-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 1f7af02c4..b9329c801 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 |