浏览代码

Fix typo in porcelain.push() docstring

fviolette 8 年之前
父节点
当前提交
40fada272b
共有 1 个文件被更改,包括 1 次插入1 次删除
  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
     """