Skip to content

Commit

Permalink
Docs typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
henryiii committed Feb 3, 2016
1 parent e09babc commit 5ec82f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/cli.rst
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ if the switch is given) and ``CountingAttr`` (which counts the number of occurre
enable_logging = cli.Flag("--no-log", default = True)
verbosity_level = cli.CountingAttr("-v")
def main(selfy):
def main(self):
print self.log_file, self.enable_logging, self.verbosity_level

.. code-block:: bash
Expand Down

0 comments on commit 5ec82f3

Please sign in to comment.