Python-Markdown / markdown

A Python implementation of John Gruber’s Markdown with Extension support.
https://python-markdown.github.io/
BSD 3-Clause "New" or "Revised" License
3.74k stars 858 forks source link

Fix typo in attribute name #1404

Closed oprypin closed 10 months ago

oprypin commented 10 months ago

There are no other references to content_indention, and it seems that there were no problems with this only because the other line self.content_indent = indent kicks in in all relevant situations.