Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
python-poetry
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
open
python-poetry
Commits
3800da7f
Unverified
Commit
3800da7f
authored
Apr 28, 2023
by
Allan Lewis
Committed by
GitHub
Apr 28, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
console: Fix typo in docs for `self add` (#7848)
parent
603b398e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
src/poetry/console/commands/self/add.py
+1
-1
No files found.
src/poetry/console/commands/self/add.py
View file @
3800da7f
...
@@ -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()}</>
\
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment