summaryrefslogtreecommitdiff
path: root/lib/git/commit.py
diff options
context:
space:
mode:
authorMichael Trier <mtrier@gmail.com>2010-03-20 11:45:58 -0400
committerMichael Trier <mtrier@gmail.com>2010-03-20 11:45:58 -0400
commit7bfca5efce8988e6070e7284bd409d1a731a3fbc (patch)
tree6f44db816731fd2d698a27d1ca34e5c207eac615 /lib/git/commit.py
parente3e2c8c14b861b4d4865a9574e812ef9f2609771 (diff)
downloadgitpython-7bfca5efce8988e6070e7284bd409d1a731a3fbc.tar.gz
Many small doc changes pulled in from the 0.1.7RC branch.0.1.7
Diffstat (limited to 'lib/git/commit.py')
-rw-r--r--lib/git/commit.py4
1 files changed, 2 insertions, 2 deletions
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 []