Skip to content

Commit

Permalink
Reword comment
Browse files Browse the repository at this point in the history
  • Loading branch information
CoolCat467 committed Jan 11, 2024
1 parent a435dd1 commit 9dda073
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/trio/socket.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,8 @@
if_nametoindex as if_nametoindex,
)

# In https://github.com/kivy/python-for-android, if_nameindex
# was introduced in API 24, so it doesn't exist for any version
# prior.
# For android devices, if_nameindex support was introduced in API 24,
# so it doesn't exist for any version prior.
with _suppress(ImportError):
from socket import (
if_nameindex as if_nameindex,
Expand Down

0 comments on commit 9dda073

Please sign in to comment.