mirror of
https://github.com/kennethreitz-archive/bpython-gist.git
synced 2026-06-05 23:50:18 +00:00
We now use configurable soft-tabs instead of literal tabs.
This commit is contained in:
committed by
Bob Farrell
parent
9c533ea627
commit
d9be9ecc82
+2
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user