summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2018-08-10 05:42:30 -0700
committerSteve Piercy <web@stevepiercy.com>2018-08-10 05:42:30 -0700
commita02ed8d2372cf9906a1ebf46308e0be13ea5b59f (patch)
tree96f70a625e8961ed0777b50a717a9f09f5bbb08b
parent8bb8021bad49518be39e2446a6674d6c2a52d4f2 (diff)
downloadpyramid-a02ed8d2372cf9906a1ebf46308e0be13ea5b59f.tar.gz
pyramid-a02ed8d2372cf9906a1ebf46308e0be13ea5b59f.tar.bz2
pyramid-a02ed8d2372cf9906a1ebf46308e0be13ea5b59f.zip
indent 4 spaces
-rw-r--r--docs/index.rst10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/index.rst b/docs/index.rst
index 3cd764b2f..36499cde4 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -85,11 +85,11 @@ the trunk via ``git``, use either command:
.. code-block:: text
- # If you have SSH keys configured on GitHub:
- git clone git@github.com:Pylons/pyramid.git
-
- # Otherwise, HTTPS will work, using your GitHub login:
- git clone https://github.com/Pylons/pyramid.git
+ # If you have SSH keys configured on GitHub:
+ git clone git@github.com:Pylons/pyramid.git
+
+ # Otherwise, HTTPS will work, using your GitHub login:
+ git clone https://github.com/Pylons/pyramid.git
To find out how to become a contributor to :app:`Pyramid`, please see `How to Contribute Source Code and Documentation <https://pylonsproject.org/community-how-to-contribute.html>`_.