فهرست منبع

Fix formatting of docstring.

Jelmer Vernooij 10 سال پیش
والد
کامیت
5179926dfd
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      dulwich/tests/utils.py

+ 1 - 1
dulwich/tests/utils.py

@@ -69,7 +69,7 @@ def open_repo(name, temp_dir=None):
 
 
     :param name: The name of the repository, relative to
     :param name: The name of the repository, relative to
         dulwich/tests/data/repos
         dulwich/tests/data/repos
-    :temp_dir: temporary directory to initialize to. If not provided, a
+    :param temp_dir: temporary directory to initialize to. If not provided, a
         temporary directory will be created.
         temporary directory will be created.
     :returns: An initialized Repo object that lives in a temporary directory.
     :returns: An initialized Repo object that lives in a temporary directory.
     """
     """