Skip to content

Commit 703ab67

Browse files
mahbdauvipy
authored andcommitted
Solve spelling mistake.
There was a spelling mistake on line 113. "socker" should be "socket".
1 parent f899efb commit 703ab67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/installation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ option. This option allows you to specify a custom function for this purpose.
110110
if DEBUG:
111111
import os # only if you haven't already imported this
112112
import socket # only if you haven't already imported this
113-
hostname, _, ips = socker.gethostbyname_ex(socket.gethostname())
113+
hostname, _, ips = socket.gethostbyname_ex(socket.gethostname())
114114
INTERNAL_IPS = [ip[:-1] + '1' for ip in ips] + ['127.0.0.1', '10.0.2.2']
115115

116116

0 commit comments

Comments
 (0)