Skip to content

Commit d45ff06

Browse files
committed
internal(module_loading): pydocstyle manual fixes
1 parent 33976fa commit d45ff06

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/libvcs/_internal/module_loading.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def __repr__(self) -> str:
5656

5757

5858
def import_string(import_name: str, silent: bool = False) -> t.Any:
59-
"""Imports an object based on a string.
59+
"""Import an object based on a string.
6060
6161
This is useful if you want to use import paths as endpoints or
6262
something similar. An import path can be specified either in dotted

0 commit comments

Comments
 (0)