From 7bfca5efce8988e6070e7284bd409d1a731a3fbc Mon Sep 17 00:00:00 2001 From: Michael Trier Date: Sat, 20 Mar 2010 11:45:58 -0400 Subject: Many small doc changes pulled in from the 0.1.7RC branch. --- lib/git/commit.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/git/commit.py') diff --git a/lib/git/commit.py b/lib/git/commit.py index 591fb38b..b074d3a8 100644 --- a/lib/git/commit.py +++ b/lib/git/commit.py @@ -115,7 +115,7 @@ class Commit(LazyMixin): is the ref from which to begin (SHA1 or name) ``path`` - is an optinal path + is an optional path Returns int @@ -212,7 +212,7 @@ class Commit(LazyMixin): git.Diff[]:: between tree and the index if only a is given - between two trees if a and b are given and are commits + between two trees if a and b are given and are commits """ paths = paths or [] -- cgit v1.2.1