Skip to content

Commit

Permalink
docs: fix simple typo, dictinaries -> dictionaries
Browse files Browse the repository at this point in the history
There is a small typo in jet/dashboard/modules.py.

Should read `dictionaries` rather than `dictinaries`.

Signed-off-by: Tim Gates <tim.gates@iress.com>
  • Loading branch information
timgates42 committed Sep 10, 2022
1 parent ef43edb commit 1ad118d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jet/dashboard/modules.py
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ def init_with_context(self, context):
#: Links are contained in ``children`` attribute which you can pass as constructor parameter
#: to make your own preinstalled link lists.
#:
#: ``children`` is an array of dictinaries::
#: ``children`` is an array of dictionaries::
#:
#: [
#: {
Expand Down

0 comments on commit 1ad118d

Please sign in to comment.