Skip to content

Commit 51156aa

Browse files
brannerchinesethomasballinger
authored andcommitted
correct typos
change case of original ^D ^D is a plausible command, but it does not work and ^d is meant. make uniform different formats specifying defaults
1 parent abd5342 commit 51156aa

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

doc/sphinx/source/authors.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ Other contributors are (in alphabetical order):
2828
* Marien Zwart <marien dot zwart at gmail dot com>
2929

3030
A big thanks goes out to all the people who help us out by either submitting
31-
patches, helping us determine problems, our package maintainers and of course
31+
patches, helping us determine problems, our package maintainers, and of course
3232
everybody who creates issues for us to fix.

doc/sphinx/source/bpdb.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ This will drop you into bpdb instead of pdb, which works exactly like pdb except
1414
that you can additionally start bpython at the current stack frame by issuing
1515
the command `Bpython` or `B`.
1616

17-
You can exit bpython with `^D` to return to bpdb.
17+
You can exit bpython with `^d` to return to bpdb.

doc/sphinx/source/community.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@ worry when you get no response (this does not usually happen) but we are all
1515
from Europe and when you get to the channel during our nighttime you might have
1616
to wait a while for a response.
1717

18-
Mailinglist
18+
Mailing List
1919
-----------
20-
We have a mailinglist at `google groups <http://groups.google.com/group/bpython>`_.
20+
We have a mailing list at `google groups <http://groups.google.com/group/bpython>`_.
2121
You can post questions there and releases are announced on the mailing
2222
list.
2323

2424
Website
2525
-------
2626
Our main website is http://bpython-interpreter.org/, our documentation can be
27-
found at http://docs.bpython-interpreter.org/ and our pastebin can be found at
27+
found at http://docs.bpython-interpreter.org/, and our pastebin can be found at
2828
http://bpaste.net/.

doc/sphinx/source/configuration-options.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ The time between lines before pastemode is activated in seconds (default: 0.02).
3535

3636
hist_length
3737
^^^^^^^^^^^
38-
Number of lines to store in history (set to 0 to disable) (default: 100)
38+
Number of lines to store in history (set to 0 to disable) (default: 100).
3939

4040
tab_length
4141
^^^^^^^^^^
@@ -45,24 +45,24 @@ pastebin_url
4545
^^^^^^^^^^^^
4646
The pastebin url to post to (without a trailing slash). This pastebin has to be
4747
a pastebin which uses provides a similar interface to ``bpaste.net``'s JSON
48-
interface. (default: https://bpaste.net/json/new)
48+
interface (default: https://bpaste.net/json/new).
4949

5050
pastebin_show_url
5151
^^^^^^^^^^^^^^^^^
5252
The url under which the new paste can be reached. ``$paste_id`` will be replaced
53-
by the ID of the new paste. (default: https://bpaste.net/show/$paste_id/)
53+
by the ID of the new paste (default: https://bpaste.net/show/$paste_id/).
5454

5555
pastebin_removal_url
5656
^^^^^^^^^^^^^^^^^^^^
5757
The url under which a paste can be removed. ``$removal_id`` will be replaced
58-
by the removal ID of the paste. (default: https://bpaste.net/remova/$removal_id/)
58+
by the removal ID of the paste (default: https://bpaste.net/remova/$removal_id/).
5959

6060
.. versionadded:: 0.14
6161

6262
pastebin_expiry
6363
^^^^^^^^^^^^^^^
6464
Time duration after which a paste should expire. Valid values are ``1day``,
65-
``1week`` and ``1month``. (default: ``1week``)
65+
``1week`` and ``1month`` (default: ``1week``).
6666

6767
.. versionadded:: 0.14
6868

doc/sphinx/source/contributing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Don't forget to recreate the HTML after you make changes.
6767
To hack on the site or theme
6868
----------------------------
6969

70-
The site (and it's theme as well) is stored in a separate repository and built using
70+
The site (and its theme as well) is stored in a separate repository and built using
7171
pelican. To start hacking on the site you need to start out with a checkout and
7272
probably a virtual environment:
7373

doc/sphinx/source/django.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ out of the box models and views for a lot of stuff.
1212
For those people wanting to use bpython with their Django installation you can
1313
follow the following steps. Written by Chanita Siridechkun. The following
1414
instructions make bpython try to import a setting module in the current folder
15-
and let django set up it's enviroment with the settings module (if found) if
15+
and let django set up its enviroment with the settings module (if found) if
1616
bpython can't find the settings module nothing happens and no enviroment gets
1717
set up.
1818

0 commit comments

Comments
 (0)