Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
bachorp committed Dec 16, 2024
1 parent 8812c1b commit 04667ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lazy_imports/lazy_imports.py
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ def load(module: ModuleType) -> None:


def module_source(name: str, package: Union[str, None]) -> str:
"""Returns the source code of the module `name`.
"""Returns the source code of the module `name` without loading the module.
If `name` is relative, `package` must be supplied.
"""
Expand Down

0 comments on commit 04667ef

Please sign in to comment.