Skip to content

Commit f3bcc3e

Browse files
ggqlqpicnixz
andauthored
Update Lib/test/test_socket.py
Co-authored-by: Bénédikt Tran <[email protected]>
1 parent 6c1c7ad commit f3bcc3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_socket.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ def _have_socket_hyperv():
203203
return True
204204

205205
def _find_service(expected_protocols,
206-
services_file = '/etc/services'):
206+
services_file='/etc/services'):
207207
if not os.path.exists(services_file):
208208
return None
209209
expected_protocols = set(expected_protocols)

0 commit comments

Comments
 (0)