From d752e8550b50d10abe8f0252e44e801ef71b263b Mon Sep 17 00:00:00 2001 From: djmattyg007 Date: Mon, 11 Aug 2014 08:30:09 +1000 Subject: [PATCH] Further clarified purpose of user field in docstring for Keypair class --- pygit2/credentials.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pygit2/credentials.py b/pygit2/credentials.py index 84144c4..532004e 100644 --- a/pygit2/credentials.py +++ b/pygit2/credentials.py @@ -61,7 +61,8 @@ class Keypair(object): This is an object suitable for passing to a remote's credentials callback and for returning from said callback. - :param str username: the username used in the remote URL + :param str username: the username being used to authenticate with the + remote server :param str pubkey: the path to the user's public key file :param str privkey: the path to the user's private key file :param str passphrase: the password used to decrypt the private key file