Fix typo: URI -> URL.
authorJelmer Vernooij <jelmer@samba.org>
Tue, 26 Nov 2013 23:47:24 +0000 (23:47 +0000)
committerJelmer Vernooij <jelmer@samba.org>
Tue, 26 Nov 2013 23:47:24 +0000 (23:47 +0000)
dulwich/client.py

index 6cb6f2382af5c0e6c9ca3ed55a464059ecdf8573..8e572e1d5345d0a3c8f3deb58237163dfa4ebdce 100644 (file)
@@ -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.