Skip to content

Commit

Permalink
docs: add Lexer.add_filter() in api.rst (#2519)
Browse files Browse the repository at this point in the history
  • Loading branch information
HairlessVillager committed Sep 22, 2023
1 parent 70cfc02 commit d832df1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/docs/api.rst
Expand Up @@ -56,7 +56,7 @@ Lexers
The base lexer class from which all lexers are derived is:

.. autoclass:: Lexer
:members: __init__, get_tokens, get_tokens_unprocessed, analyse_text
:members: __init__, add_filter, get_tokens, get_tokens_unprocessed, analyse_text

There are several base class derived from ``Lexer`` you can use to build your lexer from:

Expand Down

0 comments on commit d832df1

Please sign in to comment.