diff options
Diffstat (limited to 'searx/engines')
| -rw-r--r-- | searx/engines/sjp.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/searx/engines/sjp.py b/searx/engines/sjp.py index 8342a2819..6daa46e78 100644 --- a/searx/engines/sjp.py +++ b/searx/engines/sjp.py @@ -1,6 +1,8 @@ # SPDX-License-Identifier: AGPL-3.0-or-later -"""Słownik Języka Polskiego (general) +# lint: pylint +"""Słownik Języka Polskiego +Dictionary of the polish language from PWN (sjp.pwn) """ from lxml.html import fromstring |