Commit 08bb9cab authored by Serge S. Koval's avatar Serge S. Koval

Merge pull request #109 from Koblaid/master

Typo: Removed blanks surrouding a hyphen
parents 4f0b65a5 5987d72c
...@@ -89,7 +89,7 @@ Now, lets add an administrative view. To do this, you need to derive from :class ...@@ -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. 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): class MyView(BaseView):
@expose('/index/') @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