From 5125b46664cc91980701e90d70b26eb9fd5468eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Rodri=CC=81guez=20Troitin=CC=83o?= Date: Thu, 30 May 2013 00:02:56 +0200 Subject: [PATCH] Documentation for Remote.save. --- docs/remotes.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/remotes.rst b/docs/remotes.rst index 9042cbb..70dd50a 100644 --- a/docs/remotes.rst +++ b/docs/remotes.rst @@ -14,3 +14,4 @@ The Remote type .. autoattribute:: pygit2.Remote.url .. autoattribute:: pygit2.Remote.fetchspec .. automethod:: pygit2.Remote.fetch +.. automethod:: pygit2.Remote.save \ No newline at end of file