Commit 5987d72c authored by Koblaid's avatar Koblaid

Typo: Removed blanks surrouding a hyphen

parent 4c94e365
......@@ -89,7 +89,7 @@ Now, lets add an administrative view. To do this, you need to derive from :class
If you will run this example, you will see that menu has two items: Home and Hello.
Each view class should have default page - view method with '/' url. Following code won't work::
Each view class should have default page-view method with '/' url. Following code won't work::
class MyView(BaseView):
@expose('/index/')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment