Skip to content

Commit f7053e4

Browse files
authored
docs: fix typo (#234)
1 parent 7edbc5a commit f7053e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ code_language_callback
110110
When the HTML code contains ``pre`` tags that in some way provide the code
111111
language, for example as class, this callback can be used to extract the
112112
language from the tag and prefix it to the converted ``pre`` tag.
113-
The callback gets one single argument, an BeautifylSoup object, and returns
113+
The callback gets one single argument, a BeautifulSoup object, and returns
114114
a string containing the code language, or ``None``.
115115
An example to use the class name as code language could be::
116116

0 commit comments

Comments
 (0)