Skip to content

Commit f244570

Browse files
doc : minor edits in docstrings
1 parent 8f632ae commit f244570

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

orangetool/orangetool_ip.py

+6-6
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@ def internet(host="8.8.8.8", port=53, timeout=3, debug=False):
1414
"""
1515
Check internet connections.
1616
17-
:param host: the host that check connection to
17+
:param host: the host that check connection to
1818
:type host:str
19-
:param port: port that check connection with
19+
:param port: port that check connection with
2020
:type port:int
21-
:param timeout: times that check the connection
21+
:param timeout: times that check the connection
2222
:type timeout:int
23-
:param debug:flag for using debug Mode
23+
:param debug:flag for using debug mode
2424
:type debug:bool
25-
:return bool: True if Connection is Stable
25+
:return bool: True if connection is stable
2626
>>> internet() # if there is stable internet connection
2727
True
2828
>>> internet() # if there is no stable internet connection
@@ -42,7 +42,7 @@ def local_ip(debug=False):
4242
"""
4343
Return local ip of computer in windows by socket module and in unix with hostname command in shell.
4444
45-
:param debug:flag for using debug Mode
45+
:param debug:flag for using debug mode
4646
:type debug:bool
4747
:return: local ip as string
4848
"""

0 commit comments

Comments
 (0)