From 8ec409f9026586fc193ee2d8cad648b8d9efda3a Mon Sep 17 00:00:00 2001 From: 5uper5hoot Date: Fri, 13 Oct 2017 21:31:51 +1100 Subject: [PATCH] Update basics.rst Fix misspelling --- docs/basics.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/basics.rst b/docs/basics.rst index 2df2c7c6..3b58993c 100644 --- a/docs/basics.rst +++ b/docs/basics.rst @@ -282,7 +282,7 @@ You should do this for your shell too, in your ``~/.profile`` or ``~/.bashrc`` o ☤ A Note about VCS Dependencies ------------------------------- -Pipenv will resolve the sub–depencies of VCS dependencies, but only if they are editable, like so:: +Pipenv will resolve the sub–dependencies of VCS dependencies, but only if they are editable, like so:: [packages] requests = {git = "https://github.com/requests/requests.git", editable=true}