diff --git a/docs/html/topics/vcs-support.md b/docs/html/topics/vcs-support.md index d696de5ea08..07a305cb9e7 100644 --- a/docs/html/topics/vcs-support.md +++ b/docs/html/topics/vcs-support.md @@ -141,7 +141,7 @@ Python package, when it is not in the root of the VCS directory. eg: `pkg_dir`. pip also looks at the `egg` fragment specifying the "project name". In practice the `egg` fragment is only required to help pip determine the VCS clone location in editable -mode. In all other circumstance the `egg` fragment is not necessary and its use is +mode. In all other circumstances, the `egg` fragment is not necessary and its use is discouraged. ````{admonition} Example