@@ -29,7 +29,7 @@ few ideas in a practical, useful, and lightweight manner.
2929bpython is a great replacement to any occasion where you would normally use the
3030vanilla Python interpreter - testing out solutions to people's problems on IRC,
3131quickly testing a method of doing something without creating a temporary file,
32- etc..
32+ etc.
3333
3434You can find more about bpython - including `full documentation `_ - at our
3535`homepage `_.
@@ -59,14 +59,14 @@ Python.
5959Installation via OS Package Manager
6060-----------------------------------
6161
62- The majority ofoperating system of desktop computers comes witha package
63- manager system, if youare any user ofthem , you can install ``bpython ``
64- using the package manager.
62+ The majority ofdesktop computer operating systems come with package management
63+ systems. If youuse one ofthese OSes , you can install ``bpython `` using the
64+ package manager.
6565
6666Ubuntu/Debian
6767~~~~~~~~~~~~~
68- Ubuntu/Debian family Linux usersand install bpython using the apt package manager, using the
69- command with sudo privilege :
68+ Ubuntu/Debian family Linux userscan 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- Archlinux uses pacman as the default package manager, and you can use it to install bpython:
83+ ArchLinux 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,
100100bpython on Windows is not officially supported and tested.
101101
102- However, youcan still use bpython on Windows using asomewhat work around. Briefly , you should install
103- these two packages using pip:
102+ However, youmay still use bpython on Windows using aworkaround. 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