summaryrefslogtreecommitdiff
path: root/pygerrit/rest/auth.py
diff options
context:
space:
mode:
authorDavid Pursehouse <david.pursehouse@sonymobile.com>2014-10-27 16:27:16 +0900
committerDavid Pursehouse <david.pursehouse@sonymobile.com>2014-10-30 11:05:31 +0900
commit6dc5fdbb1257120e1f6dbd4cf80bec889d82192e (patch)
treed3c52968e9098553f813c03f166f55ff741c0e89 /pygerrit/rest/auth.py
parenta8df1d9dfe66ec831bbff6f8d194494c866e2c4b (diff)
downloadpygerrit-6dc5fdbb1257120e1f6dbd4cf80bec889d82192e.tar.gz
Restructure docstrings for better html output.
Change-Id: Ic935e8f85e2ad333677770746c15648ae5bac339
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