summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/ext/mutable.py
diff options
context:
space:
mode:
authorVille Skyttä <ville.skytta@iki.fi>2016-05-05 09:00:28 +0300
committerVille Skyttä <ville.skytta@iki.fi>2016-05-05 09:00:28 +0300
commit7a1e2dd92f28ad1b43e0e487b4fbc8088364713f (patch)
tree84f9ecf3cf4d7cf1ba71a5017749ae98567ef820 /lib/sqlalchemy/ext/mutable.py
parentf1920d2713fc43cfa7089e7bd5592908e90fd69b (diff)
downloadsqlalchemy-7a1e2dd92f28ad1b43e0e487b4fbc8088364713f.tar.gz
Spelling fixes: "the a"
Diffstat (limited to 'lib/sqlalchemy/ext/mutable.py')
-rw-r--r--lib/sqlalchemy/ext/mutable.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sqlalchemy/ext/mutable.py b/lib/sqlalchemy/ext/mutable.py
index 571bbbda3..dd5a37bb7 100644
--- a/lib/sqlalchemy/ext/mutable.py
+++ b/lib/sqlalchemy/ext/mutable.py
@@ -46,7 +46,7 @@ with any type whose target Python type may be mutable, including
:class:`.PickleType`, :class:`.postgresql.ARRAY`, etc.
When using the :mod:`sqlalchemy.ext.mutable` extension, the value itself
-tracks all parents which reference it. Below, we illustrate the a simple
+tracks all parents which reference it. Below, we illustrate a simple
version of the :class:`.MutableDict` dictionary object, which applies
the :class:`.Mutable` mixin to a plain Python dictionary::