Update basics.rst

Fix misspelling
This commit is contained in:
5uper5hoot
2017-10-13 21:31:51 +11:00
committed by GitHub
parent e08226d951
commit 8ec409f902
+1 -1
View File
@@ -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 subdepencies of VCS dependencies, but only if they are editable, like so::
Pipenv will resolve the subdependencies of VCS dependencies, but only if they are editable, like so::
[packages]
requests = {git = "https://github.com/requests/requests.git", editable=true}