Skip to content

Commit e082aba

Browse files
authored
Update checker.py
1 parent 32f5511 commit e082aba

File tree

1 file changed

+1
-1
lines changed
  • python-site-connectivity-checker/source_code_final/rpchecker

1 file changed

+1
-1
lines changed

python-site-connectivity-checker/source_code_final/rpchecker/checker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77

88
def site_is_online(url, timeout=2):
9-
"""Return a True if the target URL is online.
9+
"""Return True if the target URL is online.
1010
1111
Raise an exception otherwise.
1212
"""

0 commit comments

Comments
 (0)