git.py: add a docstring to the git_cmd closure
commitb393c428cf156a7c5c75b18379676dbb534a76d8
authorDavid Aguilar <davvid@gmail.com>
Wed, 7 May 2008 10:21:59 +0000 (7 03:21 -0700)
committerDavid Aguilar <davvid@gmail.com>
Wed, 7 May 2008 10:21:59 +0000 (7 03:21 -0700)
tree3128bde7737fbacc3e7e73549e383aa22a449824
parent616b49cd7138c4f546d2d84c49fc591024e1bf52
git.py: add a docstring to the git_cmd closure

Even though the docstring is never seen, it still serves
as good documentation for the module's interface.

Signed-off-by: David Aguilar <davvid@gmail.com>
python-git/git.py