Skip to content

Commit e42d857

Browse files
authored
Typo fix
1 parent 635a50b commit e42d857

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pioinstaller/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
)
3939
@click.option(
4040
"--pypi-index-url",
41-
help="Custom base URL of the Python Package Index (default `https://pypi.org/simple)`",
41+
help="Custom base URL of the Python Package Index (default `https://pypi.org/simple`)",
4242
)
4343
@click.pass_context
4444
def cli(

0 commit comments

Comments
 (0)