8000 Add missing parenthesis in code (#6677) · django-cms/django-cms@15267a5 · GitHub
[go: up one dir, main page]

Skip to content

Commit 15267a5

Browse files
craigaFinalAngel
authored andcommitted
Add missing parenthesis in code (#6677)
1 parent eeb1e47 commit 15267a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/introduction/06-toolbar.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ For completeness, here is the full example:
208208
url=admin_reverse('polls_poll_changelist'),
209209
)
210210
211-
buttonlist.add_modal_button
211+
buttonlist.add_modal_button(
212212
name='Add a new poll',
213213
url=admin_reverse('polls_poll_add'),
214214
)

0 commit comments

Comments
 (0)
0