summaryrefslogtreecommitdiff
path: root/git/cmd.py
diff options
context:
space:
mode:
authorSebastian Thiel <byronimo@gmail.com>2011-06-07 22:26:19 +0200
committerSebastian Thiel <byronimo@gmail.com>2011-06-07 22:26:19 +0200
commite0524096fa9f3add551abbf68ee22904b249d82f (patch)
treed238d4e8cf89ecd76ef79c31762f6dd1c8e2c07a /git/cmd.py
parent36a984803df08b0f6eb5f8a73254dd64bc616b67 (diff)
downloadgitpython-e0524096fa9f3add551abbf68ee22904b249d82f.tar.gz
Fixed up docs in preparation for the new 0.3.1 release
Diffstat (limited to 'git/cmd.py')
-rw-r--r--git/cmd.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/git/cmd.py b/git/cmd.py
index 29d942ae..6ab0613b 100644
--- a/git/cmd.py
+++ b/git/cmd.py
@@ -237,7 +237,8 @@ class Git(LazyMixin):
@property
def version_info(self):
- """:return: tuple(int, ...) tuple with integers representing the major, minor
+ """
+ :return: tuple(int, ...) tuple with integers representing the major, minor
and additional version numbers as parsed from git version.
This value is generated on demand and is cached"""
return self._version_info