Skip to content

Commit 5444d70

Browse files
committed
Capitalization in env.rst
Replaced python with Python
1 parent 065f69d commit 5444d70

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/dev/env.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ to do that which also shows status and warning messages in the statusbar would b
6464
Python-mode
6565
^^^^^^^^^^^
6666

67-
Python-mode_ is a complex solution in VIM for working with python code.
67+
Python-mode_ is a complex solution in VIM for working with Python code.
6868
It has:
6969

7070
- Asynchronous Python code checking (pylint, pyflakes, pep8, mccabe) in any combination
@@ -94,7 +94,7 @@ Emacs is a powerful text editor. It's fully programmable (lisp), but
9494
it can be some work to wire up correctly. A good start if you're
9595
already an Emacs user is `Python Programming in Emacs`_ at EmacsWiki.
9696

97-
1. Emacs itself comes with a python mode.
97+
1. Emacs itself comes with a Python mode.
9898
2. Python ships with an alternate version:
9999
`python-mode.el <https://launchpad.net/python-mode>`_
100100
3. Fabián Ezequiel Gallina's `python.el <https://github.com/fgallina/python.el>`_

0 commit comments

Comments
 (0)