]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
typo in glossary#instrumentation: s/behviors/behaviors/
authorFrank Carnovale <frank.carnovale@gmail.com>
Wed, 11 May 2016 16:42:59 +0000 (17:42 +0100)
committerFrank Carnovale <frank.carnovale@gmail.com>
Thu, 12 May 2016 16:57:11 +0000 (17:57 +0100)
doc/build/glossary.rst

index 1f7af02c4e8c4a6753df9170074d00679cb8bb01..b9329c8011b3d972fb1ea457f82e3049813afda0 100644 (file)
@@ -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