diff options
author | Georg Brandl <georg@python.org> | 2008-12-23 15:44:25 +0000 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2008-12-23 15:44:25 +0000 |
commit | 1966a237fba073525d86fbfc181404c207a41333 (patch) | |
tree | 8e9e53adab75e580ba6a2849062d87051d66a0d7 | |
parent | 2b996b4700f7af810d2b333edf05e8f9c860d7f5 (diff) | |
download | cpython-git-1966a237fba073525d86fbfc181404c207a41333.tar.gz |
Markup fix.
-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 69b76c6c81..2ab5ee1494 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/ |