From bdbf57ebbd531f797e50140d092a0be1e4ff6172 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Tue, 26 Nov 2013 23:47:24 +0000 Subject: [PATCH] Fix typo: URI -> URL. --- dulwich/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dulwich/client.py b/dulwich/client.py index 6cb6f238..8e572e1d 100644 --- a/dulwich/client.py +++ b/dulwich/client.py @@ -968,7 +968,7 @@ class HttpGitClient(GitClient): def get_transport_and_path_from_url(url, **kwargs): """Obtain a git client from a URL. - :param uri: URI or path + :param url: URL to open :param thin_packs: Whether or not thin packs should be retrieved :param report_activity: Optional callback for reporting transport activity. -- 2.34.1