瀏覽代碼

dulwich.objects: Fix typo in docstring

Antoine R. Dumont (@ardumont) 7 年之前
父節點
當前提交
486dedbf9b
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      dulwich/objects.py

+ 1 - 1
dulwich/objects.py

@@ -208,7 +208,7 @@ def check_time(time_seconds):
 
 
 def git_line(*items):
-    """Formats items into a space sepreated line."""
+    """Formats items into a space separated line."""
     return b' '.join(items) + b'\n'