summaryrefslogtreecommitdiff
path: root/docs/topics/forms/media.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/topics/forms/media.txt')
-rw-r--r--docs/topics/forms/media.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/forms/media.txt b/docs/topics/forms/media.txt
index 17bd385ed0..96408fb4e7 100644
--- a/docs/topics/forms/media.txt
+++ b/docs/topics/forms/media.txt
@@ -211,7 +211,7 @@ complete control over which files are inherited, and which are not.
If you need to perform some more sophisticated manipulation of asset
requirements, you can define the ``media`` property directly. This is
done by defining a widget property that returns an instance of
-``forms.Media``. The constructor for ``forms.Media`` accepts ``css``
+``forms.Media``. The constructor for ``forms.Media`` accepts ``css``
and ``js`` keyword arguments in the same format as that used in a
static media definition.