Skip to content

Commit 5eb31eb

Browse files
GeoMacioleksebastinas
authored andcommitted
Grammatical & formatting improvements: README.rst
A bit of editing to move closer to standard U.S. English grammar & conventions. (Also, wrapping some terms in backticks for clarity & consistency.)
1 parent 7f325df commit 5eb31eb

File tree

1 file changed

+12
-13
lines changed

1 file changed

+12
-13
lines changed

README.rst

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ few ideas in a practical, useful, and lightweight manner.
2929
bpython is a great replacement to any occasion where you would normally use the
3030
vanilla Python interpreter - testing out solutions to people's problems on IRC,
3131
quickly testing a method of doing something without creating a temporary file,
32-
etc..
32+
etc.
3333

3434
You can find more about bpython - including `full documentation`_ - at our
3535
`homepage`_.
@@ -59,14 +59,14 @@ Python.
5959
Installation via OS Package Manager
6060
-----------------------------------
6161

62-
The majority of operating system of desktop computers comes with a package
63-
manager system, if you are any user of them, you can install ``bpython``
64-
using the package manager.
62+
The majority of desktop computer operating systems come with package management
63+
systems. If you use one of these OSes, you can install ``bpython`` using the
64+
package manager.
6565

6666
Ubuntu/Debian
6767
~~~~~~~~~~~~~
68-
Ubuntu/Debian family Linux users and install bpython using the apt package manager, using the
69-
command with sudo privilege:
68+
Ubuntu/Debian family Linux users can install ``bpython`` using the ``apt``
69+
package manager, using the command with ``sudo`` privileges:
7070

7171
.. code-block:: bash
7272
@@ -80,15 +80,15 @@ In case you are using an older version, run
8080
8181
Arch Linux
8282
~~~~~~~~~~
83-
Arch linux uses pacman as the default package manager, and you can use it to install bpython:
83+
Arch Linux uses ``pacman`` as the default package manager; you can use it to install ``bpython``:
8484

8585
.. code-block:: bash
8686
8787
$ pacman -S bpython
8888
8989
Fedora
9090
~~~~~~~~~~
91-
Fedora users can install bpython directly from the command line using ``dnf``.
91+
Fedora users can install ``bpython`` directly from the command line using ``dnf``.
9292

9393
.. code-block:: bash
9494
@@ -99,8 +99,8 @@ Windows
9999
**Caveats:** As ``bpython`` makes use of the ncurses library of \*nix-family operating systems,
100100
bpython on Windows is not officially supported and tested.
101101

102-
However, you can still use bpython on Windows using a somewhat work around. Briefly, you should install
103-
these two packages using pip:
102+
However, you may still use bpython on Windows using a workaround. In brief, you should install
103+
these two packages using ``pip``:
104104

105105
.. code-block:: bash
106106
@@ -130,9 +130,8 @@ Features & Examples
130130
type, and colours appropriately.
131131

132132
* Expected parameter list. As in a lot of modern IDEs, bpython will attempt to
133-
display a list of parameters for any function you call. The inspect module is
134-
tried first, which works with any Python function, and then pydoc if that
135-
fails.
133+
display a list of parameters for any function you call. The inspect module (which
134+
works with any Python function) is tried first, and then pydoc if that fails.
136135

137136
* Rewind. This isn't called "Undo" because it would be misleading, but "Rewind"
138137
is probably as bad. The idea is that the code entered is kept in memory and

0 commit comments

Comments
 (0)