From 7a643e9fef661270866a6e7dad831e2aee9f7ce2 Mon Sep 17 00:00:00 2001 From: martinqt Date: Sat, 1 Jun 2013 13:31:37 +0200 Subject: [PATCH] Update branch (with anchor) --- github/Branch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/github/Branch.py b/github/Branch.py index d748ec98..b06985a5 100644 --- a/github/Branch.py +++ b/github/Branch.py @@ -21,7 +21,7 @@ import github.Commit class Branch(github.GithubObject.NonCompletableGithubObject): """ - This class represents Branchs as returned for example by http://developer.github.com/v3/todo + This class represents Branchs. The reference can be found here http://developer.github.com/v3/repos/#list-branches """ @property