Skip to content

Commit 709a27d

Browse files
committed
Fix docstring
1 parent 3e5998a commit 709a27d

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
@@ -26,7 +26,7 @@ def site_is_online(url, timeout=2):
2626

2727

2828
async def site_is_online_async(url, timeout=2):
29-
"""Return a True if the target URL is online.
29+
"""Return True if the target URL is online.
3030
3131
Raise an exception otherwise.
3232
"""

0 commit comments

Comments
 (0)