diff --git a/pygit2/credentials.py b/pygit2/credentials.py index 39d86ee..adefc6c 100644 --- a/pygit2/credentials.py +++ b/pygit2/credentials.py @@ -65,7 +65,8 @@ class Keypair(object): 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 + :param str passphrase: the password used to decrypt the private key file, + or empty string if no passphrase is required. """