Skip to content

Commit 764faa1

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 18d3993 commit 764faa1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/usage.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@ The ``MenuItem`` class should be instantiated and passed to the ``add_item``
2323
class method with the appropriate parameters. ``MenuItem`` accepts a wide
2424
number of options to its constructor method, the majority of which are simply
2525
attributes that become available in your templates when you're rendering out
26-
the menus.
26+
the menus.
2727

28-
``MenuItem`` requires the first two arguments:
28+
``MenuItem`` requires the first two arguments:
2929

3030
* The ``title`` of the item
31-
* The ``url`` of the item, which can be a string or a callable which accepts the request
31+
* The ``url`` of the item, which can be a string or a callable which accepts the request
3232
object and returns a string.
33-
33+
3434
The keywords that affect menu generation are:
3535

3636
* The ``weight`` keyword argument affects sorting of the menu.

0 commit comments

Comments
 (0)