diff options
Diffstat (limited to 'lib/sqlalchemy/util/_collections.py')
-rw-r--r-- | lib/sqlalchemy/util/_collections.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sqlalchemy/util/_collections.py b/lib/sqlalchemy/util/_collections.py index c29b81f6a..5d8764be1 100644 --- a/lib/sqlalchemy/util/_collections.py +++ b/lib/sqlalchemy/util/_collections.py @@ -863,7 +863,7 @@ class LRUCache(dict): recently used items. Note that either get() or [] should be used here, but - generally its not safe to do an "in" check first as the dictionary + generally it's not safe to do an "in" check first as the dictionary can change subsequent to that call. """ |