Skip to content

Commit e5cc9e1

Browse files
authored
Update README to clarify __pycache__ deletion safety
Clarify safety of deleting __pycache__ folders.
1 parent e92622e commit e5cc9e1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
A small Windows-friendly GUI tool to **find and delete Python `__pycache__` folders** so you can reclaim disk space.
44

5-
`__pycache__` stores compiled bytecode (`.pyc`). Deleting it is safe: Python will recreate it when needed. The trade-off is a slightly slower first import after cleaning.
5+
`__pycache__` stores compiled bytecode (`.pyc`). Deleting it should be safe: Python will recreate it when needed. The trade-off is a slightly slower first import after cleaning.
66

77
## Features
88

0 commit comments

Comments
 (0)