Fixed typo and made sentance clearer in tutorial

This commit is contained in:
Jason Gerard DeRose 2008-11-07 02:30:19 -07:00
parent c26a3c8542
commit 174af50f6d

View File

@ -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