From caa98476f0abe72c387ec5809bb77568f39a1c33 Mon Sep 17 00:00:00 2001 From: Jason Gerard DeRose Date: Fri, 14 Nov 2008 14:49:48 -0700 Subject: Tutorial: fixed typo in 'First steps: A simple command plugin' 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 3e1dba9d4..5c1e4c3a5 100644 --- a/ipalib/__init__.py +++ b/ipalib/__init__.py @@ -110,7 +110,7 @@ Notice that we are registering the ``my_command`` class itself, not an instance of ``my_command``. Until `plugable.API.finalize()` is called, your plugin class has not been -instantiated nor the does the ``Command`` namespace yet exist. For example: +instantiated nor does the ``Command`` namespace yet exist. For example: >>> hasattr(api, 'Command') False -- cgit