We now use configurable soft-tabs instead of literal tabs.

This commit is contained in:
Jørgen P. Tjernø
2008-08-20 14:03:27 +02:00
committed by Bob Farrell
parent 9c533ea627
commit d9be9ecc82
3 changed files with 31 additions and 24 deletions
+2 -2
View File
@@ -26,7 +26,7 @@ in\-line, much like modern IDEs, but in a simple,
lightweight package that can be run in a terminal
window.
.B * In\-line syntax highlighting. (available with Pygments)
.B * In\-line syntax highlighting.
.RS
Hilights commands as you type!
.RE
@@ -34,7 +34,7 @@ Hilights commands as you type!
.RS
Press tab to complete expressions when there's only one suggestion.
.RE
.B * Expected parameter list. (available with pyparsing)
.B * Expected parameter list.
.RS
This displays a list of parameters for any function you call. It uses the inspect module, then tries pydoc.
.RE