Skip to content

Commit 769a86c

Browse files
committed
Merge pull request django-cms#4188 from donce/patch-1
updated menu.py
2 parents cd9ea16 + aa8f429 commit 769a86c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cms/menu.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ def page_to_node(page, home, cut):
9999
Transform a CMS page into a navigation node.
100100
101101
:param page: the page you wish to transform
102-
:param home: a reference to the "home" page (the page with path="0001)
102+
:param home: a reference to the "home" page (the page with path="0001")
103103
:param cut: Should we cut page from its parent pages? This means the node will not
104104
have a parent anymore.
105105
"""

0 commit comments

Comments
 (0)