diff options
author | Priit Laes <plaes@plaes.org> | 2014-12-19 18:46:16 +0200 |
---|---|---|
committer | Priit Laes <plaes@plaes.org> | 2014-12-19 19:32:27 +0200 |
commit | 8ae47dc6e0a98b359247040236be0810b9086f40 (patch) | |
tree | 85179b7521aeea073ff0c9c9c0e20ecbca84032c /lib/sqlalchemy/dialects/postgresql/json.py | |
parent | d1ac6cb33af3b105db7cdb51411e10ac3bafff1f (diff) | |
download | sqlalchemy-8ae47dc6e0a98b359247040236be0810b9086f40.tar.gz |
Maul the evaulate & friends typo
Diffstat (limited to 'lib/sqlalchemy/dialects/postgresql/json.py')
-rw-r--r-- | lib/sqlalchemy/dialects/postgresql/json.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sqlalchemy/dialects/postgresql/json.py b/lib/sqlalchemy/dialects/postgresql/json.py index 250bf5e9d..50176918e 100644 --- a/lib/sqlalchemy/dialects/postgresql/json.py +++ b/lib/sqlalchemy/dialects/postgresql/json.py @@ -77,7 +77,7 @@ class JSONElement(elements.BinaryExpression): def cast(self, type_): """Convert this :class:`.JSONElement` to apply both the 'astext' operator - as well as an explicit type cast when evaulated. + as well as an explicit type cast when evaluated. E.g.:: |