Fix indent error

This commit is contained in:
J. David Ibáñez
2015-06-16 20:06:29 +02:00
parent cc898d29e5
commit 6939b9b203

View File

@@ -7,7 +7,8 @@ involves setting the refspec to one which copies all refs and a mirror
option for push in the remote.
.. code-block:: bash
$> git clone --mirror https://github.com/libgit2/pygit2
$> git clone --mirror https://github.com/libgit2/pygit2
.. code-block:: python