Skip to content

Commit

Permalink
Fix comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
jamadden committed Aug 30, 2016
1 parent e01cfad commit 1e2b756
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/zope/interface/registry.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ def __cache_utility(self, provided, component):
def __uncache_utility(self, provided, component):
provided = self._cache[provided]
# It seems like this line could raise a TypeError if component isn't
# hashable and we haven't yet switched to _CacheList. However,
# hashable and we haven't yet switched to _UnhashableComponentCounter. However,
# we can't actually get in that situation. In order to get here, we would
# have had to cache the utility already which would have switched
# the datastructure if needed.
Expand Down

0 comments on commit 1e2b756

Please sign in to comment.