Skip to content

Commit e6d6efb

Browse files
README typos
1 parent 62e49f1 commit e6d6efb

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ usage).
2121
bpython does **not** aim to be a complete IDE - the focus is on implementing a
2222
few 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
2525
vanilla Python interpreter - testing out solutions to people's problems on IRC,
2626
quickly testing a method of doing something without creating a temporary file,
2727
etc..
@@ -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
7575
Configuration
7676
=============
7777
See 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

9696
Python 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
9999
required:
100100

101101
* requests[security]
@@ -120,7 +120,7 @@ For known bugs please see bpython's `known issues and FAQ`_ page.
120120
Contact & Contributing
121121
======================
122122
I 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

126126
For any other ways of communicating with bpython users and devs you can find us

0 commit comments

Comments
 (0)