Skip to content

Commit 3c31b3a

Browse files
committed
Merge pull request #365 from cli248/update-envrst
update "env.rst"
2 parents ad722ef + bdf516b commit 3c31b3a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/dev/env.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ or icons. There exist a couple of plugins and settings for the VIM editor to
1717
aid Python development. If you only develop in Python, a good start is to set
1818
the 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

120120
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>`_
122122
allow for in-editor PEP8 checking and code "linting".
123123

124124

docs/dev/virtualenvs.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ Other useful commands
140140

141141
autoenv
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>`_
144144
automagically activates the environment.
145145

146146
Install it on Mac OS X using ``brew``:

0 commit comments

Comments
 (0)