diff options
author | Georg Brandl <georg@python.org> | 2008-12-23 15:44:25 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2008-12-23 15:44:25 (GMT) |
commit | 1966a237fba073525d86fbfc181404c207a41333 (patch) | |
tree | 8e9e53adab75e580ba6a2849062d87051d66a0d7 /Doc/using | |
parent | 2b996b4700f7af810d2b333edf05e8f9c860d7f5 (diff) | |
download | cpython-1966a237fba073525d86fbfc181404c207a41333.zip cpython-1966a237fba073525d86fbfc181404c207a41333.tar.gz cpython-1966a237fba073525d86fbfc181404c207a41333.tar.bz2 |
Markup fix.
Diffstat (limited to 'Doc/using')
-rw-r--r-- | Doc/using/unix.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/using/unix.rst b/Doc/using/unix.rst index 69b76c6..2ab5ee1 100644 --- a/Doc/using/unix.rst +++ b/Doc/using/unix.rst @@ -140,8 +140,8 @@ Editors Vim and Emacs are excellent editors which support Python very well. For more information on how to code in python in these editors, look at: -http://www.vim.org/scripts/script.php?script_id=790 -http://sourceforge.net/projects/python-mode +* http://www.vim.org/scripts/script.php?script_id=790 +* http://sourceforge.net/projects/python-mode Geany is an excellent IDE with support for a lot of languages. For more information, read: http://geany.uvena.de/ |