summaryrefslogtreecommitdiff
path: root/pygerrit/rest/auth.py
diff options
context:
space:
mode:
Diffstat (limited to 'pygerrit/rest/auth.py')
-rw-r--r--pygerrit/rest/auth.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pygerrit/rest/auth.py b/pygerrit/rest/auth.py
index c43c3fa..a7bc08c 100644
--- a/pygerrit/rest/auth.py
+++ b/pygerrit/rest/auth.py
@@ -20,7 +20,7 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
# THE SOFTWARE.
-""" Authentication classes. """
+""" Authentication handlers. """
from requests.auth import HTTPDigestAuth, HTTPBasicAuth
from requests.utils import get_netrc_auth