Skip to content

Commit

Permalink
docs: correct delete_password signature in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
antazoey authored Dec 24, 2021
1 parent 0f0faf1 commit 3a5f960
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ To invoke ``set_keyring``::
def get_password(self, servicename, username):
return "password from TestKeyring"

def delete_password(self, servicename, username, password):
def delete_password(self, servicename, username):
pass

# set the keyring for keyring lib
Expand Down

0 comments on commit 3a5f960

Please sign in to comment.