From e0524096fa9f3add551abbf68ee22904b249d82f Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Tue, 7 Jun 2011 22:26:19 +0200 Subject: Fixed up docs in preparation for the new 0.3.1 release --- git/cmd.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'git/cmd.py') 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 -- cgit v1.2.1