From: Federico Caselli Date: Tue, 10 Dec 2019 23:08:37 +0000 (+0100) Subject: fix typo strucures -> structures X-Git-Tag: rel_1_4_0b1~594^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F5031%2Fhead;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git fix typo strucures -> structures --- 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