~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to utilities/script_commands.py

  • Committer: Aaron Bentley
  • Date: 2011-08-05 16:11:26 UTC
  • mto: This revision was merged to the branch mainline in revision 13619.
  • Revision ID: aaron@canonical.com-20110805161126-0dbrac4g7fb4wkbw
Update docs.

Show diffs side-by-side

added added

removed removed

Lines of Context:
73
73
    :return: A dict mapping variable names to arguments.
74
74
    """
75
75
    # TODO: implement!
76
 
    # Basically each argument without a default is treated as a posiitonal
 
76
    # Basically each argument without a default is treated as a positional
77
77
    # argument.  They must have types defined, since we can't infer it from
78
78
    # the default.
79
79
    #