1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-11-04 08:17:17 -05:00

[python] Updated comment

This commit is contained in:
Witold Filipczyk 2024-06-10 13:25:29 +02:00
parent 2577da8942
commit 0a7895e362

View File

@ -133,7 +133,7 @@ hooks_module_exists(void)
int found_hooks = 0;
/*
* Use the find_module() function in Python's imp module to look for
* Use the find_spec() function in Python's importlib.util module to look for
* the hooks module in Python's search path. An ImportError exception
* indicates that no such module was found; any other exception will
* be reported as an error.