[svn r38815] Be at least consistent within one file

--HG--
branch : trunk
This commit is contained in:
fijal 2007-02-14 13:28:38 +01:00
parent a8139d7d44
commit 3d8b61c246
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@ Basic Example:
True
For calling functions you may use a shortcut:
>>> import py
>>> def f(): print "hello"
>>> res, out, err = py.io.StdCapture.call(f)