We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0310f4a commit 139cd4eCopy full SHA for 139cd4e
cachecontrol/filewrapper.py
@@ -82,7 +82,7 @@ def _close(self):
82
# and allows the garbage collector to do it's thing normally.
83
self.__callback = None
84
85
- # Closing the tempoary file releases memory and frees disk space.
+ # Closing the temporary file releases memory and frees disk space.
86
# Important when caching big files.
87
self.__buf.close()
88
0 commit comments