From 6bd677d60d15ab950ae5466197cab4f3f2405bf4 Mon Sep 17 00:00:00 2001 From: Shantanu <12621235+hauntsaninja@users.noreply.github.com> Date: Fri, 23 Aug 2024 00:10:07 -0700 Subject: [PATCH] Update cli.md (#6494) Noticed a typo --- docs/reference/cli.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/cli.md b/docs/reference/cli.md index 305b29f0868f..c484397ead82 100644 --- a/docs/reference/cli.md +++ b/docs/reference/cli.md @@ -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.