We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86ed890 commit ff23488Copy full SHA for ff23488
markdown/core.py
@@ -115,7 +115,7 @@ def __init__(self, **kwargs):
115
116
# `BLOCK_LEVEL_ELEMENTS` is actually a hybrid list/set container.
117
# It supports list methods for backwards compatibility.
118
- # We expliclitly lie here, so that users running type checkers will get
+ # We explicitly lie here, so that users running type checkers will get
119
# warnings when they use the container as a list. This is a very effective
120
# way of communicating the change, and deprecating list-like usage.
121
self.block_level_elements: set[str] = BLOCK_LEVEL_ELEMENTS.copy()
0 commit comments