From 009cfb6ee42063475e71d1b7e0ad7ec4d808d917 Mon Sep 17 00:00:00 2001 From: Gabriel Niebler Date: Fri, 16 Jan 2026 13:10:45 +0100 Subject: [PATCH] Document `set_keyring` function in API section of README.rst --- README.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/README.rst b/README.rst index 5bfae91f..e269d45e 100644 --- a/README.rst +++ b/README.rst @@ -403,6 +403,7 @@ API The keyring lib has a few functions: * ``get_keyring()``: Return the currently-loaded keyring implementation. +* ``set_keyring(keyring)``: Set the keyring implementation to use. * ``get_password(service, username)``: Returns the password stored in the active keyring. If the password does not exist, it will return None. * ``get_credential(service, username)``: Return a credential object stored