Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Clarify runtime estimations
  • Loading branch information
arhadthedev committed Jun 15, 2022
commit a547a7397316489c189c95936e3927cf197e68f6
6 changes: 3 additions & 3 deletions Tools/scripts/checkhtmllinks.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

Call this script on HTML files of the rendered documentation.

A full run through the whole rendered documentation takes about thirty minutes.
A full run through the whole rendered documentation takes about an hour.

Copyright © 2022 by Oleg Iarygin <oleg@arhadthedev.net>
Licensed to PSF under a Contributor Agreement.
Expand Down Expand Up @@ -293,8 +293,8 @@ def main(options) -> None:
Call this script on HTML files of the rendered documentation.

Eventhough the script does is multithreaded and caches the findings for already
processed pages, a full run through the whole rendered documentation takes more
than an hour.
processed pages, a full run through the whole rendered documentation takes
about an hour.
"""


Expand Down