From 3d8b61c2467d347d86f823e209f410f6446a79dc Mon Sep 17 00:00:00 2001 From: fijal Date: Wed, 14 Feb 2007 13:28:38 +0100 Subject: [PATCH] [svn r38815] Be at least consistent within one file --HG-- branch : trunk --- py/doc/io.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/py/doc/io.txt b/py/doc/io.txt index 3ab02eb52..ec738b92d 100644 --- a/py/doc/io.txt +++ b/py/doc/io.txt @@ -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)