minor fix of a docstring

This commit is contained in:
lilydjwg 2023-10-14 14:23:03 +08:00
parent 3563d71fb2
commit 0fd35f4458

View File

@ -121,4 +121,4 @@ class TemporaryError(BaseHTTPError):
'''A temporary error (e.g. network error) happens.'''
class HTTPError(BaseHTTPError):
''' An HTTP 4xx error happens '''
'''An HTTP 4xx error happens'''