Skip to content

Commit

Permalink
Fixed missing arg in frontpage example.
Browse files Browse the repository at this point in the history
  • Loading branch information
epsy committed May 14, 2015
1 parent c281e92 commit e354b15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ interface for it:
Hello world!
$ python hello.py john
Hello John!
$ python hello.py --no-capitalize
Hello john!
$ python hello.py dave --no-capitalize
Hello dave!
.. rubric:: Interested?
Expand Down

0 comments on commit e354b15

Please sign in to comment.