From 8e2723375fdb7403f6025cee1e4dc6009572affc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Almeida?= Date: Thu, 6 Apr 2017 17:27:09 -0300 Subject: [PATCH] Correct "next" duplication in line 40 --- 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 e62b6b51c..a4f16f8da 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