From a2257510c7d1e8bb577aa8b282e1cf96199e315f Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sat, 23 Sep 2017 12:37:40 -0400 Subject: [PATCH] proper syntax 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 62d11ca9..e074257a 100644 --- a/docs/advanced.rst +++ b/docs/advanced.rst @@ -246,7 +246,7 @@ Magic. Pure, unalderated magic. You can convert a ``Pipfile`` and ``Pipenv.lock`` into a ``requirements.txt`` file very easily, and get all the benefits of hashes, extras, and other goodies we have included. -Let's take this ``Pipfile``: +Let's take this ``Pipfile``:: [[source]] url = "https://pypi.python.org/simple"