@@ -21,7 +21,7 @@ usage).
2121bpython does **not ** aim to be a complete IDE - the focus is on implementing a
2222few ideas in a practical, useful, and lightweight manner.
2323
24- bpython is a great replacement to any occassion where you would normally use the
24+ bpython is a great replacement to any occasion where you would normally use the
2525vanilla Python interpreter - testing out solutions to people's problems on IRC,
2626quickly testing a method of doing something without creating a temporary file,
2727etc..
@@ -62,7 +62,7 @@ Features & Examples
6262* Rewind. This isn't called "Undo" because it would be misleading, but "Rewind"
6363 is probably as bad. The idea is that the code entered is kept in memory and
6464 when the Rewind function is called, the last line is popped and the entire
65- code is re-evaluated.
65+ code is re-evaluated.
6666
6767* Pastebin code/write to file. Use the <F8> key to upload the screen's contents
6868 to pastebin, with a URL returned.
@@ -75,7 +75,7 @@ Features & Examples
7575Configuration
7676=============
7777See the sample-config file for a list of available options. You should save
78- your config file as **~/.config/bpython/config ** (i.e
78+ your config file as **~/.config/bpython/config ** (i.e.
7979``$XDG_CONFIG_HOME/bpython/config ``) or specify at the command line::
8080
8181 bpython --config /path/to/bpython/config
@@ -95,7 +95,7 @@ Dependencies
9595
9696Python 2 before 2.7.7
9797---------------------
98- If you are using Python 2 before 2.7.7, the followign dependency is also
98+ If you are using Python 2 before 2.7.7, the following dependency is also
9999required:
100100
101101* requests[security]
@@ -120,7 +120,7 @@ For known bugs please see bpython's `known issues and FAQ`_ page.
120120Contact & Contributing
121121======================
122122I hope you find it useful and please feel free to submit any bugs/patches
123- suggestions to `Robert `_ or place them on the github
123+ suggestions to `Robert `_ or place them on the GitHub
124124`issues tracker `_.
125125
126126For any other ways of communicating with bpython users and devs you can find us
0 commit comments