From 2e0abc931057a8e0189b53f6501769fe26fd0bbc Mon Sep 17 00:00:00 2001 From: Markus Heiser Date: Sun, 23 Feb 2025 15:00:38 +0100 Subject: [fix] various issues in the documentation Closes: https://github.com/searxng/searxng/issues/4370 Signed-off-by: Markus Heiser --- searx/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'searx/utils.py') diff --git a/searx/utils.py b/searx/utils.py index c7a579451..f342c2803 100644 --- a/searx/utils.py +++ b/searx/utils.py @@ -473,7 +473,7 @@ def ecma_unescape(string: str) -> str: def remove_pua_from_str(string): """Removes unicode's "PRIVATE USE CHARACTER"s (PUA_) from a string. - _PUA: https://en.wikipedia.org/wiki/Private_Use_Areas + .. _PUA: https://en.wikipedia.org/wiki/Private_Use_Areas """ pua_ranges = ((0xE000, 0xF8FF), (0xF0000, 0xFFFFD), (0x100000, 0x10FFFD)) s = [] -- cgit v1.2.3