This commit is contained in:
Michał Trojnara
2025-06-20 12:28:17 +02:00
parent ff9a6d3593
commit dfc3e46a77
8 changed files with 9 additions and 9 deletions

View File

@ -1,5 +1,5 @@
#!/usr/bin/python3
"""Implementation of a HTTP client"""
"""Implementation of an HTTP client"""
import os
import sys

View File

@ -29,7 +29,7 @@ def main() -> None:
# all exceptions are critical
print(err, file=sys.stderr)
else:
print("Usage:\n\t{} COMMAND [ARG]...'".format(sys.argv[0]), file=sys.stderr)
print("Usage:\n\t{} COMMAND [ARG]...".format(sys.argv[0]), file=sys.stderr)
sys.exit(1)

View File

@ -1,5 +1,5 @@
#!/usr/bin/python3
"""Implementation of a HTTP server"""
"""Implementation of an HTTP server"""
import argparse
import os

View File

@ -1,5 +1,5 @@
#!/usr/bin/python3
"""Windows: Implementation of a HTTP server"""
"""Windows: Implementation of an HTTP server"""
import argparse
import os

View File

@ -51,7 +51,7 @@ def clear_catalog(certs_path) -> None:
file.write(random_hex)
def main() -> None:
"""Wait for all tests certificate, compute leafhash"""
"""Wait for all test certificates and compute leaf hash"""
parser = argparse.ArgumentParser()
parser.add_argument(