| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -21,7 +21,7 @@ usage). | |||
| 21 | 21 | bpython does **not** aim to be a complete IDE - the focus is on implementing a | |
| 22 | 22 | few ideas in a practical, useful, and lightweight manner. | |
| 23 | 23 | ||
| 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 | ||
| 25 | 25 | vanilla Python interpreter - testing out solutions to people's problems on IRC, | |
| 26 | 26 | quickly testing a method of doing something without creating a temporary file, | |
| 27 | 27 | etc.. | |
@@ -62,7 +62,7 @@ Features & Examples | |||
| 62 | 62 | * Rewind. This isn't called "Undo" because it would be misleading, but "Rewind" | |
| 63 | 63 | is probably as bad. The idea is that the code entered is kept in memory and | |
| 64 | 64 | when the Rewind function is called, the last line is popped and the entire | |
| 65 | - code is re-evaluated. | ||
| 65 | + code is re-evaluated. | ||
| 66 | 66 | ||
| 67 | 67 | * Pastebin code/write to file. Use the <F8> key to upload the screen's contents | |
| 68 | 68 | to pastebin, with a URL returned. | |
@@ -75,7 +75,7 @@ Features & Examples | |||
| 75 | 75 | Configuration | |
| 76 | 76 | ============= | |
| 77 | 77 | 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. | ||
| 79 | 79 | ``$XDG_CONFIG_HOME/bpython/config``) or specify at the command line:: | |
| 80 | 80 | ||
| 81 | 81 | bpython --config /path/to/bpython/config | |
@@ -95,7 +95,7 @@ Dependencies | |||
| 95 | 95 | ||
| 96 | 96 | Python 2 before 2.7.7 | |
| 97 | 97 | --------------------- | |
| 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 | ||
| 99 | 99 | required: | |
| 100 | 100 | ||
| 101 | 101 | * requests[security] | |
@@ -120,7 +120,7 @@ For known bugs please see bpython's `known issues and FAQ`_ page. | |||
| 120 | 120 | Contact & Contributing | |
| 121 | 121 | ====================== | |
| 122 | 122 | 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 | ||
| 124 | 124 | `issues tracker`_. | |
| 125 | 125 | ||
| 126 | 126 | For any other ways of communicating with bpython users and devs you can find us | |
| Back | FazBrowse Home | New Git URL |
0 commit comments