From 81f101a46ed82e1882744f3eb78ea13d9137bc7a Mon Sep 17 00:00:00 2001 From: Gareth Jones <3151613+G-Rath@users.noreply.github.com> Date: Tue, 15 Jul 2025 08:49:51 +1200 Subject: [PATCH] docs: fix typo --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 9a0798f..059a68f 100644 --- a/README.rst +++ b/README.rst @@ -110,7 +110,7 @@ code_language_callback When the HTML code contains ``pre`` tags that in some way provide the code language, for example as class, this callback can be used to extract the language from the tag and prefix it to the converted ``pre`` tag. - The callback gets one single argument, an BeautifylSoup object, and returns + The callback gets one single argument, a BeautifulSoup object, and returns a string containing the code language, or ``None``. An example to use the class name as code language could be::