Fix typo in rewrite handlers example code (#5253)

This commit is contained in:
Thibaud Colas 2019-04-24 21:10:12 +01:00 committed by GitHub
parent c5457755ef
commit b7f53ef276
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -166,7 +166,7 @@ It is also possible to define link rewrite handlers for Wagtails built-in ``e
from wagtail.core.rich_text import LinkHandler
class NoFollowExternalLinkHandler(LinkHandler):
identifer = 'external'
identifier = 'external'
@classmethod
def expand_db_attributes(cls, attrs):