From fb0f4ae5b600fe7c2f711a649faa6fac5a266935 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Wed, 27 Sep 2017 10:03:59 -0400 Subject: [PATCH] code example Signed-off-by: Kenneth Reitz --- docs/advanced.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/advanced.rst b/docs/advanced.rst index 4eafd0fa..89665711 100644 --- a/docs/advanced.rst +++ b/docs/advanced.rst @@ -169,7 +169,7 @@ Super useful :) ☤ Open a Module in Your Editor ------------------------------ -Pipenv allows you to open any Python module that is installed (including ones in your codebase), with the ``$ pipenv open`` command: +Pipenv allows you to open any Python module that is installed (including ones in your codebase), with the ``$ pipenv open`` command:: $ pipenv install -e git+https://github.com/kennethreitz/background.git#egg=background Installing -e git+https://github.com/kennethreitz/background.git#egg=background…