Skip to content

Commit efd2b3a

Browse files
committed
better comment
1 parent 13902cc commit efd2b3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/py/reactpy/reactpy/backend/__init__.py

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

44
_logger = getLogger(__name__)
55

6-
# Fix for issue where Windows registry gets corrupt and mime types go missing
6+
# Fix for missing mime types due to corrupt Windows registry
77
if not mimetypes.inited:
88
mimetypes.init()
99
MIME_TYPES = {

0 commit comments

Comments
 (0)