Skip to content

Commit

Permalink
Fix typo in one example
Browse files Browse the repository at this point in the history
  • Loading branch information
eriol committed Jul 24, 2016
1 parent c9b9eb0 commit e328ed4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/man/debugger.rst
Expand Up @@ -36,7 +36,7 @@ Example:
"""Your Application"""
app = Appp()
app = App()
Debugger().register(app)
app.run()
Expand Down

0 comments on commit e328ed4

Please sign in to comment.