summaryrefslogtreecommitdiff
path: root/lib/git_python/repo.py
diff options
context:
space:
mode:
authorMichael Trier <mtrier@gmail.com>2008-05-25 22:19:13 -0400
committerMichael Trier <mtrier@gmail.com>2008-05-25 22:19:13 -0400
commit7c60b88138b836307bdde0487c4ffb82121b1c5e (patch)
treeaa913d4d91e9e1ad959b25f613fb7487ebf7910e /lib/git_python/repo.py
parent69a56c4e2addd1ec53bb40e8a18f52353d1fc28c (diff)
downloadgitpython-7c60b88138b836307bdde0487c4ffb82121b1c5e.tar.gz
Fixed up problem where name doesn't exist on root of tree.
Diffstat (limited to 'lib/git_python/repo.py')
-rw-r--r--lib/git_python/repo.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/git_python/repo.py b/lib/git_python/repo.py
index 0c20b6e3..c71ae6fb 100644
--- a/lib/git_python/repo.py
+++ b/lib/git_python/repo.py
@@ -185,7 +185,7 @@ class Repo(object):
``treeish``
is the reference (default 'master')
``paths``
- is an optional Array of directory paths to restrict the tree (deafult [])
+ is an optional Array of directory paths to restrict the tree (default [])
Examples::