Skip to content

Commit

Permalink
Missed one last list -> set
Browse files Browse the repository at this point in the history
  • Loading branch information
willkg committed Jan 22, 2023
1 parent b2d5c98 commit 16795c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/clean.rst
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ For example:

>>> bleach.clean(
... '<b><i>an example</i></b>',
... tags=['b'],
... tags={'b'},
... )
'<b>&lt;i&gt;an example&lt;/i&gt;</b>'

Expand Down

0 comments on commit 16795c5

Please sign in to comment.