From 174af50f6d895572792d5601f19b499c677b4fdf Mon Sep 17 00:00:00 2001 From: Jason Gerard DeRose Date: Fri, 7 Nov 2008 02:30:19 -0700 Subject: [PATCH] Fixed typo and made sentance clearer in tutorial --- ipalib/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ipalib/__init__.py b/ipalib/__init__.py index 4db6a04f6..90a76a314 100644 --- a/ipalib/__init__.py +++ b/ipalib/__init__.py @@ -368,7 +368,7 @@ Because this is quite useful, we are going to revise our golden rule somewhat: Defining arguments and options for your command ----------------------------------------------- -You can define a command can accept arbitrary arguments and options. +You can define a command that will accept specific arguments and options. For example: >>> from ipalib import Param