summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrank Carnovale <frank.carnovale@gmail.com>2016-05-11 17:42:59 +0100
committerFrank Carnovale <frank.carnovale@gmail.com>2016-05-12 17:57:11 +0100
commit2774113dab7d20ebe8879fdc6efaebf72ea9f770 (patch)
tree41b9533b0a00f27d4ea380b1264af3a6262de75c
parent7f08d8c93af1b574d1cc11af38baf26d9d59058f (diff)
downloadsqlalchemy-2774113dab7d20ebe8879fdc6efaebf72ea9f770.tar.gz
typo in glossary#instrumentation: s/behviors/behaviors/
-rw-r--r--doc/build/glossary.rst2
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