瀏覽代碼

Fix typo in parameter name.

Jelmer Vernooij 11 年之前
父節點
當前提交
3aa4603986
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      dulwich/porcelain.py

+ 1 - 1
dulwich/porcelain.py

@@ -412,7 +412,7 @@ def push(repo, remote_location, refs_path,
     :param remote_location: Location of the remote
     :param remote_location: Location of the remote
     :param refs_path: relative path to the refs to push to remote
     :param refs_path: relative path to the refs to push to remote
     :param outstream: A stream file to write output
     :param outstream: A stream file to write output
-    :param outstream: A stream file to write errors
+    :param errstream: A stream file to write errors
     """
     """
 
 
     # Open the repo
     # Open the repo