diff options
author | Jason Gerard DeRose <jderose@redhat.com> | 2008-11-07 02:30:19 -0700 |
---|---|---|
committer | Jason Gerard DeRose <jderose@redhat.com> | 2008-11-07 02:30:19 -0700 |
commit | 174af50f6d895572792d5601f19b499c677b4fdf (patch) | |
tree | ede1ae49e72d283f2253c54e6318c469fa4faf79 /ipalib/__init__.py | |
parent | c26a3c8542472a2d3931c7dc82edfd684354af6b (diff) | |
download | freeipa-174af50f6d895572792d5601f19b499c677b4fdf.tar.gz freeipa-174af50f6d895572792d5601f19b499c677b4fdf.tar.xz freeipa-174af50f6d895572792d5601f19b499c677b4fdf.zip |
Fixed typo and made sentance clearer in tutorial
Diffstat (limited to 'ipalib/__init__.py')
-rw-r--r-- | ipalib/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ipalib/__init__.py b/ipalib/__init__.py index 4db6a04f..90a76a31 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 |