From 51a91502b2fdc5f0419c472de2902c374dfa4b52 Mon Sep 17 00:00:00 2001 From: adityagupta679 Date: Tue, 26 Jan 2016 01:34:40 +0530 Subject: [PATCH] Update contributing.rst --- doc/sphinx/source/contributing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/sphinx/source/contributing.rst b/doc/sphinx/source/contributing.rst index 01cdca357..ad3f83e2a 100644 --- a/doc/sphinx/source/contributing.rst +++ b/doc/sphinx/source/contributing.rst @@ -37,7 +37,7 @@ Fork bpython in the GitHub web interface, then clone the repo: $ git clone git@github.com:YOUR_GITHUB_USERNAME/bpython.git # or "git clone https://github.com/YOUR_GITHUB_USERNAME/bpython.git" -Next install the install your development copy of bpython and its dependencies: +Next install your development copy of bpython and its dependencies: .. code-block:: bash