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 7edbc5a commit f7053e4Copy full SHA for f7053e4
README.rst
@@ -110,7 +110,7 @@ code_language_callback
110
When the HTML code contains ``pre`` tags that in some way provide the code
111
language, for example as class, this callback can be used to extract the
112
language from the tag and prefix it to the converted ``pre`` tag.
113
- The callback gets one single argument, an BeautifylSoup object, and returns
+ The callback gets one single argument, a BeautifulSoup object, and returns
114
a string containing the code language, or ``None``.
115
An example to use the class name as code language could be::
116
0 commit comments