فهرست منبع

Fix typo: URI -> URL.

Jelmer Vernooij 11 سال پیش
والد
کامیت
bdbf57ebbd
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      dulwich/client.py

+ 1 - 1
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.