Skip to content

Commit 4a8a1fa

Browse files
authored
Update base.py (#202)
1 parent 7ccd1b0 commit 4a8a1fa

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/scmrepo/git/backend/base.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -241,8 +241,7 @@ def fetch_refspecs(
241241
"""Fetch refspecs from a remote Git repo.
242242
243243
Args:
244-
url: Remote repo Git URL (Note this must be a Git URL and not
245-
a remote name).
244+
url: Git remote name or absolute Git URL.
246245
refspecs: Iterable containing refspecs to fetch.
247246
Note that this will not match subkeys.
248247
force: If True, local refs will be overwritten.

0 commit comments

Comments
 (0)