Skip to content

Commit 25192c5

Browse files
nit: uppercase On
1 parent ebe36f7 commit 25192c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modmail/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
from modmail.log import ModmailLogger
1010

1111

12-
# on windows aiodns's asyncio support relies on APIs like add_reader (which aiodns uses)
12+
# On windows aiodns's asyncio support relies on APIs like add_reader (which aiodns uses)
1313
# are not guaranteed to be available, and in particular are not available when using the
1414
# ProactorEventLoop on Windows, this method is only supported with Windows SelectorEventLoop
1515
if os.name == "nt":

0 commit comments

Comments
 (0)