aboutsummaryrefslogtreecommitdiff
path: root/docs/clean.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/clean.rst')
-rw-r--r--docs/clean.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/clean.rst b/docs/clean.rst
index a31dc89..2fb888b 100644
--- a/docs/clean.rst
+++ b/docs/clean.rst
@@ -85,7 +85,7 @@ allowed but no values will be.
For example, to allow users to set the color and font-weight of text::
attrs = {
- '*': 'style'
+ '*': ['style']
}
tags = ['p', 'em', 'strong']
styles = ['color', 'font-weight']