summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/sql/traversals.py
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2019-12-18 17:56:37 -0500
committerMike Bayer <mike_mp@zzzcomputing.com>2019-12-18 17:56:37 -0500
commite2feb37e9efac7a741608cc54959e1dd19747240 (patch)
tree4168ebddf1f8e80f979a657b170f4c29ee8026d9 /lib/sqlalchemy/sql/traversals.py
parent051c2fde4c3b4bf7edcaa7578c0b1420986aaf0c (diff)
parent686f3c269dc84c21a063f6d0388f1ad312b1f5f1 (diff)
downloadsqlalchemy-e2feb37e9efac7a741608cc54959e1dd19747240.tar.gz
Merge remote-tracking branch 'origin/pr/5031'
Change-Id: I74d94087495de2e0b98b180ef1b5269a72d0c3bf
Diffstat (limited to 'lib/sqlalchemy/sql/traversals.py')
-rw-r--r--lib/sqlalchemy/sql/traversals.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/sqlalchemy/sql/traversals.py b/lib/sqlalchemy/sql/traversals.py
index 588bbc3dc..b5701dbdf 100644
--- a/lib/sqlalchemy/sql/traversals.py
+++ b/lib/sqlalchemy/sql/traversals.py
@@ -40,7 +40,7 @@ class HasCacheKey(object):
The cache key should be based on the SQL compiled structure that would
ultimately be produced. That is, two structures that are composed in
exactly the same way should produce the same cache key; any difference
- in the strucures that would affect the SQL string or the type handlers
+ in the structures that would affect the SQL string or the type handlers
should result in a different cache key.
If a structure cannot produce a useful cache key, it should raise
@@ -139,7 +139,7 @@ class HasCacheKey(object):
The cache key should be based on the SQL compiled structure that would
ultimately be produced. That is, two structures that are composed in
exactly the same way should produce the same cache key; any difference
- in the strucures that would affect the SQL string or the type handlers
+ in the structures that would affect the SQL string or the type handlers
should result in a different cache key.
The cache key returned by this method is an instance of