We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93dffc4 commit 0d03380Copy full SHA for 0d03380
src/apify/_utils.py
@@ -43,7 +43,7 @@ def wrapper(func: Callable) -> Callable:
43
return wrapper
44
45
46
-def docs_name(symbol_name: str) -> Callable: # noqa: ARG001
+def docs_name(symbol_name: str) -> Callable: # noqa: ARG001
47
"""Decorator for renaming symbols in documentation.
48
49
This changes the rendered name of the symbol only in the rendered web documentation.
0 commit comments