ch21 cleanup, f-strings, and pathlib

This commit is contained in:
Miroslav Šedivý
2021-02-13 19:11:54 +01:00
parent c5114a5679
commit 93dfeaeb80
11 changed files with 70 additions and 81 deletions

View File

@@ -31,4 +31,4 @@ def download_many(cc_list: list[str]) -> int:
if __name__ == '__main__':
main(download_many) # <6>
# end::FLAGS_THREADPOOL[]
# end::FLAGS_THREADPOOL[]