summaryrefslogtreecommitdiff
path: root/git/cmd.py
diff options
context:
space:
mode:
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