]> git.ipfire.org Git - thirdparty/httpx.git/commitdiff
Fix typo. (#1859)
authorTom Christie <tom@tomchristie.com>
Tue, 14 Sep 2021 11:48:06 +0000 (12:48 +0100)
committerGitHub <noreply@github.com>
Tue, 14 Sep 2021 11:48:06 +0000 (12:48 +0100)
httpx/_main.py

index 20834777e456c1c59ff38af5fd2181193f304d65..cbc877621daead38bb048f663ece11beabf5b874 100644 (file)
@@ -60,7 +60,7 @@ def print_help() -> None:
         "--auth [cyan]<USER PASS>",
         "Username and password to include in the request. Specify '-' for the password to use "
         "a password prompt. Note that using --verbose/-v will expose the Authorization "
-        "header, including the password encoding in a trivially reverisible format.",
+        "header, including the password encoding in a trivially reversible format.",
     )
 
     table.add_row(
@@ -304,7 +304,7 @@ def handle_help(
         "Username and password to include in the request. "
         "Specify '-' for the password to use a password prompt. "
         "Note that using --verbose/-v will expose the Authorization header, "
-        "including the password encoding in a trivially reverisible format."
+        "including the password encoding in a trivially reversible format."
     ),
 )
 @click.option(