Explorar o código

Fix typo in porcelain.push() docstring

fviolette %!s(int64=8) %!d(string=hai) anos
pai
achega
40fada272b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      dulwich/porcelain.py

+ 1 - 1
dulwich/porcelain.py

@@ -667,7 +667,7 @@ def push(repo, remote_location, refspecs,
 
     :param repo: Path to repository
     :param remote_location: Location of the remote
-    :param refspecs: Fefs to push to remote
+    :param refspecs: Refs to push to remote
     :param outstream: A stream file to write output
     :param errstream: A stream file to write errors
     """