Skip to content

Commit f6db35c

Browse files
committed
A bit more stuff on text editing.
1 parent 59cdb00 commit f6db35c

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

docs/starting/dev-env.rst

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ Your Development Environment
55
Text Editors
66
::::::::::::
77

8+
Just about anything which can edit plain text will work for writing Python code,
9+
however, using a more powerful editor may make your life a bit easier.
10+
811

912
VIM
1013
---
@@ -62,9 +65,12 @@ TextMate
6265
Sublime Text
6366
------------
6467

65-
"`Sublime Text <http://www.sublimetext.com/>`_ is a sophisticated text editor for code, html and prose. You'll love the slick user interface and extraordinary features."
68+
"`Sublime Text <http://www.sublimetext.com/>`_ is a sophisticated text editor
69+
for code, html and prose. You'll love the slick user interface and
70+
extraordinary features."
6671

67-
Sublime Text uses Python for its plugin API.
72+
Sublime Text has excellent support for editing Python code and uses Python for
73+
its plugin API.
6874

6975
`Sublime Text 2 <http://www.sublimetext.com/blog/articles/sublime-text-2-beta>`_ is currently in beta.
7076

0 commit comments

Comments
 (0)