diff --git a/pdoc/doc_ast.py b/pdoc/doc_ast.py index 56c91496..c04bf56b 100644 --- a/pdoc/doc_ast.py +++ b/pdoc/doc_ast.py @@ -32,7 +32,6 @@ def get_source(obj: Any) -> str: """ Returns the source code of the Python object `obj` as a str. - This tries to first unwrap the method if it is wrapped and then calls `inspect.getsource`. If this fails, an empty string is returned. """