Skip to content

Commit c0e2e5a

Browse files
committed
docs(log): Fix log docstring
1 parent 23ce897 commit c0e2e5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vcspull/log.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def setup_logger(log=None, level="INFO"):
2929
3030
Parameters
3131
----------
32-
log : :py:class:`Logger`
32+
log : :py:class:`logging.Logger`
3333
instance of logger
3434
"""
3535
if not log:

0 commit comments

Comments
 (0)