Skip to content

Commit

Permalink
chg: add missing import in example.
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbertWeichselbraun committed Feb 16, 2024
1 parent 56d92fe commit 1283e03
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -534,8 +534,9 @@ If the fine-tuning options discussed above are not sufficient, you may even over
.. code-block:: python
from inscriptis.html_engine import Inscriptis
from inscriptis import ParserConfig
from inscriptis.html_engine import Inscriptis
from inscriptis.model.tag import CustomHtmlTagHandlerMapping
my_mapping = CustomHtmlTagHandlerMapping(
start_tag_mapping={'a': my_handle_start_a},
Expand Down

0 comments on commit 1283e03

Please sign in to comment.