Skip to content

Commit b697d51

Browse files
committed
chore(BaseRepo): Fix typing callback
1 parent 8c86fca commit b697d51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libvcs/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ def __init__(self, url, repo_dir, progress_callback=None, *args, **kwargs):
4848
"""
4949
Parameters
5050
----------
51-
callback : func
51+
progress_callback : func
5252
Retrieve live progress from ``sys.stderr`` (useful for certain vcs commands
5353
like ``git pull``. Use ``progress_callback``:
5454

0 commit comments

Comments
 (0)