From f8f4058014fda80f776bc177a5fba22009fb5836 Mon Sep 17 00:00:00 2001 From: Jason Gerard DeRose Date: Fri, 14 Nov 2008 14:53:55 -0700 Subject: Tutorial: fixed typo in 'How your command should print to stdout' section --- ipalib/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ipalib/__init__.py') diff --git a/ipalib/__init__.py b/ipalib/__init__.py index 5c1e4c3a5..a04ce7f83 100644 --- a/ipalib/__init__.py +++ b/ipalib/__init__.py @@ -607,7 +607,7 @@ For example, say we setup a command like this: Normally when you invoke the ``ipa`` script, `cli.CLI.load_plugins()` will register the `cli.textui` backend plugin, but for the sake of our example, -we just create an instance here: +we will just create an instance here: >>> from ipalib import cli >>> textui = cli.textui() # We'll pass this to output_for_cli() -- cgit