Skip to content

Commit 757ddf8

Browse files
committed
Added missing comma in documentation
1 parent ca6d44d commit 757ddf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/djangojs.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ You can call the ``Django.url()`` method with:
2323

2424
.. code-block:: javascript
2525
26-
Django.url('my-view' [arg1, arg2]);
26+
Django.url('my-view', [arg1, arg2]);
2727
2828
- an url name and an object with named arguments
2929

0 commit comments

Comments
 (0)