Skip to content

Commit

Permalink
Fix typo. (#1859)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomchristie committed Sep 14, 2021
1 parent 7e01677 commit d41840e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions httpx/_main.py
Expand Up @@ -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(
Expand Down Expand Up @@ -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(
Expand Down

0 comments on commit d41840e

Please sign in to comment.