Skip to content

Commit

Permalink
Merge pull request #600 from CheesyFeet/patch-1
Browse files Browse the repository at this point in the history
Fix attribute name in linkify docs.
  • Loading branch information
g-k committed Aug 3, 2021
2 parents ea1849a + bf4c67a commit 45144d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/linkify.rst
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ For example, you could add a ``title`` attribute to all links:
'abc <a href="http://example.com" title="link in user text">http://example.com</a> def'


This would set the value of the ``rel`` attribute, stomping on a previous value
This would set the value of the ``title`` attribute, stomping on a previous value
if there was one.

Here's another example that makes external links open in a new tab and look like
Expand Down

0 comments on commit 45144d9

Please sign in to comment.