Explorar o código

Fix typo in parameter name.

Jelmer Vernooij %!s(int64=11) %!d(string=hai) anos
pai
achega
3aa4603986
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 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 errors
+    :param errstream: A stream file to write errors
     """
 
     # Open the repo