diff options
author | Yaroslav Halchenko <debian@onerussian.com> | 2016-01-08 14:29:46 -0500 |
---|---|---|
committer | Yaroslav Halchenko <debian@onerussian.com> | 2016-01-08 14:29:46 -0500 |
commit | a7b609c9f382685448193b59d09329b9a30c7580 (patch) | |
tree | 7931f630d2391d2a90a11b1c95574042f5a0e423 /git/index/base.py | |
parent | 3fe8f5df5794015014c53e3adbf53acdb632a8a0 (diff) | |
download | gitpython-a7b609c9f382685448193b59d09329b9a30c7580.tar.gz |
DOC: minor typos
Diffstat (limited to 'git/index/base.py')
-rw-r--r-- | git/index/base.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/git/index/base.py b/git/index/base.py index 753fa4ae..f80eb290 100644 --- a/git/index/base.py +++ b/git/index/base.py @@ -838,7 +838,7 @@ class IndexFile(LazyMixin, diff.Diffable, Serializable): :param kwargs: Additional keyword arguments to be passed to git-rm, such - as 'r' to allow recurive removal of + as 'r' to allow recursive removal of :return: List(path_string, ...) list of repository relative paths that have |