summaryrefslogtreecommitdiff
path: root/markdown/extensions/legacy_attrs.py
diff options
context:
space:
mode:
Diffstat (limited to 'markdown/extensions/legacy_attrs.py')
-rw-r--r--markdown/extensions/legacy_attrs.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/markdown/extensions/legacy_attrs.py b/markdown/extensions/legacy_attrs.py
index 445aba1..6e05e76 100644
--- a/markdown/extensions/legacy_attrs.py
+++ b/markdown/extensions/legacy_attrs.py
@@ -26,8 +26,8 @@ An extension to Python Markdown which implements legacy attributes.
Prior to Python-Markdown version 3.0, the Markdown class had an `enable_attributes`
keyword which was on by default and provided for attributes to be defined for elements
using the format `{@key=value}`. This extension is provided as a replacement for
-backward compatibility. New documents should be authored using attr_lists. However,
-numerious documents exist which have been using the old attribute format for many
+backward compatibility. New documents should be authored using `attr_lists`. However,
+numerous documents exist which have been using the old attribute format for many
years. This extension can be used to continue to render those documents correctly.
"""