Skip to content

Correct "next" duplication in line 40 #674

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 6, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Correct "next" duplication in line 40
  • Loading branch information
andrealmeid authored Apr 6, 2017
commit 8e2723375fdb7403f6025cee1e4dc6009572affc
2 changes: 1 addition & 1 deletion doc/sphinx/source/contributing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down