Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit5eb31eb

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 parent7f325df commit5eb31eb

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 ofoperating system of desktop computers comeswithapackage
63-
manager system, ifyouare any userofthem, you can install ``bpython``
64-
using thepackage manager.
62+
The majority ofdesktop computer operating systems comewith package management
63+
systems. Ifyouuse oneofthese OSes, you can install ``bpython`` using the
64+
package manager.
6565

6666
Ubuntu/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 thecommand 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, andyou 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,
100100
bpython 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

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp