Commit 3800da7f by Allan Lewis Committed by GitHub

console: Fix typo in docs for `self add` (#7848)

parent 603b398e
...@@ -16,7 +16,7 @@ class SelfAddCommand(SelfCommand, AddCommand): ...@@ -16,7 +16,7 @@ class SelfAddCommand(SelfCommand, AddCommand):
if o.name in {"editable", "extras", "source", "dry-run", "allow-prereleases"} if o.name in {"editable", "extras", "source", "dry-run", "allow-prereleases"}
] ]
help = f"""\ help = f"""\
The <c1>self add</c1> command installs additional package's to Poetry's runtime \ The <c1>self add</c1> command installs additional packages to Poetry's runtime \
environment. environment.
This is managed in the <comment>{SelfCommand.get_default_system_pyproject_file()}</> \ This is managed in the <comment>{SelfCommand.get_default_system_pyproject_file()}</> \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment