diff --git a/README.rst b/README.rst index a5dc3aa..5069e2a 100644 --- a/README.rst +++ b/README.rst @@ -194,7 +194,7 @@ It is an inline grammar, which requires custom ``InlineGrammar`` and .. code:: python - import copy + import copy,re from mistune import Renderer, InlineGrammar, InlineLexer class WikiLinkRenderer(Renderer):