File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
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
You can’t perform that action at this time.
0 commit comments