Skip to content

Commit ef28517

Browse files
Accidentally removed comment.
1 parent d57d397 commit ef28517

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Lib/encodings/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ def search_function(encoding):
111111
mod = None
112112

113113
if mod is None:
114+
# Cache misses
114115
if len(_cache) >= _MAXCACHE:
115116
_cache.clear()
116117
_cache[encoding] = None

0 commit comments

Comments
 (0)