mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-05-17 02:51:07 +00:00
Improved documentation.
This commit is contained in:
parent
c6d8b0050e
commit
e594ca3c39
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ class FtpServerTest (LinkCheckTest):
|
|||
self.assertFalse(self.port is None)
|
||||
|
||||
def stop_server (self):
|
||||
"""Send QUIT request to http server."""
|
||||
"""Send stop request to server."""
|
||||
try:
|
||||
stop_server(self.host, self.port)
|
||||
except Exception:
|
||||
|
|
|
|||
Loading…
Reference in a new issue