Skip to content

Commit 04fccde

Browse files
committed
OS-neutral comment
1 parent dd938d3 commit 04fccde

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 missing mime types due to corrupt Windows registry
6+
# Fix for missing mime types due to OS corruption/misconfiguration
77
if not mimetypes.inited:
88
mimetypes.init()
99
MIME_TYPES = {

0 commit comments

Comments
 (0)