From: Tom Christie Date: Tue, 14 Sep 2021 11:48:06 +0000 (+0100) Subject: Fix typo. (#1859) X-Git-Tag: 0.20.0~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d41840e18d24ad8cb96349efd67c47037cfe3f3a;p=thirdparty%2Fhttpx.git Fix typo. (#1859) --- diff --git a/httpx/_main.py b/httpx/_main.py index 20834777..cbc87762 100644 --- a/httpx/_main.py +++ b/httpx/_main.py @@ -60,7 +60,7 @@ def print_help() -> None: "--auth [cyan]", "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(