Skip to content

Commit

Permalink
Update cli.md (#6494)
Browse files Browse the repository at this point in the history
Noticed a typo
  • Loading branch information
hauntsaninja committed Aug 23, 2024
1 parent ad09004 commit 6bd677d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@ Add dependencies to the project.

Dependencies are added to the project's `pyproject.toml` file.

If a given dependency exists already, it will be updated to the new version specifier unless it includes markers that differ from the existing specifier in which case another entry for the depenedency will be added.
If a given dependency exists already, it will be updated to the new version specifier unless it includes markers that differ from the existing specifier in which case another entry for the dependency will be added.

If no constraint or URL is provided for a dependency, a lower bound is added equal to the latest compatible version of the package, e.g., `>=1.2.3`, unless `--frozen` is provided, in which case no resolution is performed.

Expand Down

0 comments on commit 6bd677d

Please sign in to comment.