Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
vstinner committed Sep 6, 2023
1 parent 410b2d3 commit 4eea5ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lib/test/support/socket_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ def _get_sysctl(name):
return None
output = proc.stdout

# Parse 'net.inet.tcp.blackhole: 0\n' to get '0'
# Parse '0\n' to get '0'
try:
value = int(output.strip())
except Exception as exc:
Expand Down

0 comments on commit 4eea5ef

Please sign in to comment.