Add missing blank line in code block

This commit is contained in:
frostming
2019-07-15 10:00:59 +08:00
parent f4db1dc7a9
commit 79a12c35db
3 changed files with 2 additions and 1 deletions
Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.0 MiB

+1
View File
@@ -379,6 +379,7 @@ Commands that expect arguments will also work.
For example:
.. code-block:: toml
[scripts]
echospam = "echo I am really a very silly example"
+1 -1
View File
@@ -26,7 +26,7 @@ It automatically creates and manages a virtualenv for your projects, as well as
Pipenv is primarily meant to provide users and developers of applications with an easy method to setup a working environment. For the distinction between libraries and applications and the usage of ``setup.py`` vs ``Pipfile`` to define dependencies, see :ref:`pipfile-vs-setuppy`.
.. image:: /_static/pipenv-animation.gif
.. image:: https://s3.amazonaws.com/media.kennethreitz.com/pipenv.gif
:height: 341px
:width: 654px
:scale: 100 %