From 686f3c269dc84c21a063f6d0388f1ad312b1f5f1 Mon Sep 17 00:00:00 2001 From: Federico Caselli Date: Wed, 11 Dec 2019 00:08:37 +0100 Subject: [PATCH] fix typo strucures -> structures --- lib/sqlalchemy/sql/traversals.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/sqlalchemy/sql/traversals.py b/lib/sqlalchemy/sql/traversals.py index c0782ce486..977a8ddb85 100644 --- a/lib/sqlalchemy/sql/traversals.py +++ b/lib/sqlalchemy/sql/traversals.py @@ -36,7 +36,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 @@ -75,7 +75,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 -- 2.47.2