Skip to content

Commit

Permalink
Update docs/dependency-specification.md
Browse files Browse the repository at this point in the history
  • Loading branch information
neersighted authored Jun 19, 2022
1 parent f5ee414 commit bf387a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/dependency-specification.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ If other dependencies require a different version, the solver will ultimately fa

### Using the `@` operator

When adding dependencies via CLI `add` command, you can use the `@` operator.
When adding dependencies via `poetry add`, you can use the `@` operator.
This is understood similarly to the `==` syntax, but also allows prefixing any
specifiers that are valid in `pyproject.toml`. For example:

Expand Down

0 comments on commit bf387a3

Please sign in to comment.