Skip to content

Commit 5610ed4

Browse files
committed
Use bpython everywhere
1 parent f0c863f commit 5610ed4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/sphinx/source/contributing.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ Using a virtual environment is probably a good idea. Create a virtual environmen
2525
<hack on bpython>
2626
$ deactivate # back to normal system environment
2727
28-
Fork bpython in the GitHub web interace, then clone the repo:
28+
Fork `bpython` in the GitHub web interface, then clone the repo:
2929

3030
.. code-block:: bash
3131
3232
$ git clone git@github.com:YOUR_GITHUB_USERNAME/bpython.git
3333
34-
Next install this development version of bpython:
34+
Next install this development version of `bpython`:
3535

3636
.. code-block:: bash
3737
@@ -42,7 +42,7 @@ Next install this development version of bpython:
4242
<modify a file in some way>
4343
$ bpython-curtsies # this runs your modified copy of bpython!
4444
45-
As a first dev task, I recommend getting bpython to print your name every time you hit a specific key.
45+
As a first dev task, I recommend getting `bpython` to print your name every time you hit a specific key.
4646

4747
To run tests:
4848

0 commit comments

Comments
 (0)