浏览代码

Fix typo pointed out by Rob.

Jelmer Vernooij 14 年之前
父节点
当前提交
c94bbc51d6
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      dulwich/repo.py

+ 1 - 1
dulwich/repo.py

@@ -955,7 +955,7 @@ class BaseRepo(object):
         """Returns a list of the commits reachable from head.
         """Returns a list of the commits reachable from head.
 
 
         Returns a list of commit objects. the first of which will be the commit
         Returns a list of commit objects. the first of which will be the commit
-        of head, then following theat will be the parents.
+        of head, then following that will be the parents.
 
 
         Raises NotCommitError if any no commits are referenced, including if the
         Raises NotCommitError if any no commits are referenced, including if the
         head parameter isn't the sha of a commit.
         head parameter isn't the sha of a commit.