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/engine | |
| 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/engine')
| -rw-r--r-- | lib/sqlalchemy/engine/base.py | 2 | ||||
| -rw-r--r-- | lib/sqlalchemy/engine/cursor.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/sqlalchemy/engine/base.py b/lib/sqlalchemy/engine/base.py index 6deb45524..40fc5d162 100644 --- a/lib/sqlalchemy/engine/base.py +++ b/lib/sqlalchemy/engine/base.py @@ -187,7 +187,7 @@ class Connection(ConnectionEventsTarget): keeping the effect of such an option localized to a "sub" connection. .. versionchanged:: 2.0 The :meth:`_engine.Connection.execution_options` - method, in constrast to other objects with this method, modifies + method, in contrast to other objects with this method, modifies the connection in-place without creating copy of it. As discussed elsewhere, the :meth:`_engine.Connection.execution_options` diff --git a/lib/sqlalchemy/engine/cursor.py b/lib/sqlalchemy/engine/cursor.py index 13ce0a9ff..abb3650d2 100644 --- a/lib/sqlalchemy/engine/cursor.py +++ b/lib/sqlalchemy/engine/cursor.py @@ -348,7 +348,7 @@ class CursorResultMetaData(ResultMetaData): as with textual non-ordered columns. The name-matched system of merging is the same as that used by - SQLAlchemy for all cases up through te 0.9 series. Positional + SQLAlchemy for all cases up through the 0.9 series. Positional matching for compiled SQL expressions was introduced in 1.0 as a major performance feature, and positional matching for textual :class:`_expression.TextualSelect` objects in 1.1. |
