Skip to content

Commit

Permalink
Fixup: TIMEOUT, not TimeOut
Browse files Browse the repository at this point in the history
  • Loading branch information
jayaddison committed Oct 19, 2024
1 parent f35f0c1 commit 139775a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sphinx/builders/linkcheck.py
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ def __init__(
self.retries: int = config.linkcheck_retries
self.rate_limit_timeout = config.linkcheck_rate_limit_timeout
self._allow_unauthorized = config.linkcheck_allow_unauthorized
self._timeout_status: Literal[LinkStatus.BROKEN, LinkStatus.TimeOut]
self._timeout_status: Literal[LinkStatus.BROKEN, LinkStatus.TIMEOUT]
if config.linkcheck_report_timeouts_as_broken:
self._timeout_status: LinkStatus.BROKEN
else:
Expand Down

0 comments on commit 139775a

Please sign in to comment.