From: Frank Carnovale Date: Wed, 11 May 2016 16:42:59 +0000 (+0100) Subject: typo in glossary#instrumentation: s/behviors/behaviors/ X-Git-Tag: rel_1_1_0b1~49 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2774113dab7d20ebe8879fdc6efaebf72ea9f770;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git typo in glossary#instrumentation: s/behviors/behaviors/ --- diff --git a/doc/build/glossary.rst b/doc/build/glossary.rst index 1f7af02c4e..b9329c8011 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