File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ or icons. There exist a couple of plugins and settings for the VIM editor to
17
17
aid Python development. If you only develop in Python, a good start is to set
18
18
the default settings for indentation and line-wrapping to values compliant with
19
19
:pep: `8 `. In your home directory, open a file called `.vimrc ` and add the
20
- following lines:::
20
+ following lines::
21
21
22
22
set textwidth=79 " lines longer than 79 columns will be broken
23
23
set shiftwidth=4 " operation >> indents 4 columns; << unindents 4 columns
@@ -118,7 +118,7 @@ Sublime Text
118
118
extraordinary features and amazing performance.
119
119
120
120
Sublime Text has excellent support for editing Python code and uses Python for
121
- its plugin API. It also has plugins a diverse variety of plugins, `some of which <https://github.com/SublimeLinter/SublimeLinter >`_
121
+ its plugin API. It also has a diverse variety of plugins, `some of which <https://github.com/SublimeLinter/SublimeLinter >`_
122
122
allow for in-editor PEP8 checking and code "linting".
123
123
124
124
Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ Other useful commands
140
140
141
141
autoenv
142
142
-------
143
- When you ``cd `` into a directory containing a ``.env `` `autoenv <https://github.com/kennethreitz/autoenv >`_
143
+ When you ``cd `` into a directory containing a ``.env ``, `autoenv <https://github.com/kennethreitz/autoenv >`_
144
144
automagically activates the environment.
145
145
146
146
Install it on Mac OS X using ``brew ``:
You can’t perform that action at this time.
0 commit comments