Skip to content

Commit

Permalink
Typo fix in ShowSubMenu docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
neoascetic committed Sep 4, 2012
1 parent ceace95 commit 13dc84c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions menus/templatetags/menu_tags.py
Original file line number Diff line number Diff line change
Expand Up @@ -170,8 +170,8 @@ class ShowMenuBelowId(ShowMenu):
class ShowSubMenu(InclusionTag):
"""
show the sub menu of the current nav-node.
-levels: how many levels deep
-temlplate: template used to render the navigation
- levels: how many levels deep
- template: template used to render the navigation
"""
name = 'show_sub_menu'
template = 'menu/dummy.html'
Expand Down

0 comments on commit 13dc84c

Please sign in to comment.