Skip to content

Commit

Permalink
Grammar.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjoes committed Mar 22, 2012
1 parent 6ae7f60 commit 4433498
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ Now, lets add a view. To do this, you need to derive from `BaseView` class::

If you will run this example, you will see that menu has two items: Home and Hello.

Each view should have default page - view method with '/' url. Following view class won't work::
Each view class should have default page - view method with '/' url. Following code won't work::

class MyView(BaseView):
@expose('/index/')
Expand Down

0 comments on commit 4433498

Please sign in to comment.