diff options
| author | mike bayer <mike_mp@zzzcomputing.com> | 2022-01-07 16:42:18 +0000 |
|---|---|---|
| committer | Gerrit Code Review <gerrit@ci3.zzzcomputing.com> | 2022-01-07 16:42:18 +0000 |
| commit | 5681d4e4da8ee69d83e9c0103c171d413d4c183e (patch) | |
| tree | 0fbd708622af483ba6c7b39dc387ee0ac6ded144 /lib/sqlalchemy/sql | |
| parent | ad244b9b7577486bd4e22d74d64e35802af84977 (diff) | |
| parent | 56256b6d132c0deae4368a7d0d04912df9a80fc0 (diff) | |
| download | sqlalchemy-5681d4e4da8ee69d83e9c0103c171d413d4c183e.tar.gz | |
Merge "Fix various source comment/doc typos" into main
Diffstat (limited to 'lib/sqlalchemy/sql')
| -rw-r--r-- | lib/sqlalchemy/sql/type_api.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sqlalchemy/sql/type_api.py b/lib/sqlalchemy/sql/type_api.py index 395dc3364..9dd702410 100644 --- a/lib/sqlalchemy/sql/type_api.py +++ b/lib/sqlalchemy/sql/type_api.py @@ -1784,7 +1784,7 @@ class TypeDecorator(ExternalType, SchemaEventTarget, TypeEngine): in a result row subsequent to statement execution time. Subclasses of :class:`_types.TypeDecorator` can override this method - to provide custom column expresion behavior for the type. This + to provide custom column expression behavior for the type. This implementation will **replace** that of the underlying implementation type. |
