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
1717aid Python development. If you only develop in Python, a good start is to set
1818the default settings for indentation and line-wrapping to values compliant with
1919:pep: `8 `. In your home directory, open a file called `.vimrc ` and add the
20- following lines:::
20+ following lines::
2121
2222 set textwidth=79 " lines longer than 79 columns will be broken
2323 set shiftwidth=4 " operation >> indents 4 columns; << unindents 4 columns
@@ -118,7 +118,7 @@ Sublime Text
118118 extraordinary features and amazing performance.
119119
120120Sublime 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 >`_
122122allow for in-editor PEP8 checking and code "linting".
123123
124124
Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ Other useful commands
140140
141141autoenv
142142-------
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 >`_
144144automagically activates the environment.
145145
146146Install it on Mac OS X using ``brew ``:
You can’t perform that action at this time.
0 commit comments