diff options
author | Sebastian Thiel <byronimo@gmail.com> | 2011-06-07 22:26:19 +0200 |
---|---|---|
committer | Sebastian Thiel <byronimo@gmail.com> | 2011-06-07 22:26:19 +0200 |
commit | e0524096fa9f3add551abbf68ee22904b249d82f (patch) | |
tree | d238d4e8cf89ecd76ef79c31762f6dd1c8e2c07a /git/cmd.py | |
parent | 36a984803df08b0f6eb5f8a73254dd64bc616b67 (diff) | |
download | gitpython-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.py | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |