]> 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)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 12 May 2016 18:21:37 +0000 (14:21 -0400)
(cherry picked from commit 2774113dab7d20ebe8879fdc6efaebf72ea9f770)

doc/build/glossary.rst

index c122d1581e9e60b6eb3f9fe2fcd7e6e5b8588775..c11190c539f5255a4f31583db1f9863143bf93de 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