From e824a0bd36b9d68660d5b2a5a19d88dbfe63a166 Mon Sep 17 00:00:00 2001 From: martinqt Date: Sat, 1 Jun 2013 13:04:55 +0300 Subject: [PATCH] Replace doc url --- github/Commit.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/github/Commit.py b/github/Commit.py index 41e0277f..a017f5d9 100644 --- a/github/Commit.py +++ b/github/Commit.py @@ -27,7 +27,7 @@ import github.CommitComment class Commit(github.GithubObject.CompletableGithubObject): """ - This class represents Commits as returned for example by http://developer.github.com/v3/todo + This class represents Commits as returned for example by http://developer.github.com/v3/git/commits/ """ @property