Skip to content

Commit

Permalink
Merge pull request #498 from sblondon/patch-1
Browse files Browse the repository at this point in the history
docs: Add missing quote
  • Loading branch information
g-k committed Dec 11, 2019
2 parents bf6236e + 02a22a0 commit 27bac8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ The simplest way to use Bleach is:
u'an <script>evil()</script> example'
>>> bleach.linkify('an http://example.com url')
u'an <a href="http://example.com" rel="nofollow">http://example.com</a> url
u'an <a href="http://example.com" rel="nofollow">http://example.com</a> url'
Code of conduct
Expand Down

0 comments on commit 27bac8e

Please sign in to comment.