Skip to content

Commit d41840e

Browse files
authored
Fix typo. (#1859)
1 parent 7e01677 commit d41840e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

httpx/_main.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ def print_help() -> None:
6060
"--auth [cyan]<USER PASS>",
6161
"Username and password to include in the request. Specify '-' for the password to use "
6262
"a password prompt. Note that using --verbose/-v will expose the Authorization "
63-
"header, including the password encoding in a trivially reverisible format.",
63+
"header, including the password encoding in a trivially reversible format.",
6464
)
6565

6666
table.add_row(
@@ -304,7 +304,7 @@ def handle_help(
304304
"Username and password to include in the request. "
305305
"Specify '-' for the password to use a password prompt. "
306306
"Note that using --verbose/-v will expose the Authorization header, "
307-
"including the password encoding in a trivially reverisible format."
307+
"including the password encoding in a trivially reversible format."
308308
),
309309
)
310310
@click.option(

0 commit comments

Comments
 (0)