diff options
| author | David Pursehouse <david.pursehouse@sonymobile.com> | 2014-10-27 16:27:16 +0900 |
|---|---|---|
| committer | David Pursehouse <david.pursehouse@sonymobile.com> | 2014-10-30 11:05:31 +0900 |
| commit | 6dc5fdbb1257120e1f6dbd4cf80bec889d82192e (patch) | |
| tree | d3c52968e9098553f813c03f166f55ff741c0e89 /pygerrit/rest/auth.py | |
| parent | a8df1d9dfe66ec831bbff6f8d194494c866e2c4b (diff) | |
| download | pygerrit-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.py | 2 |
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 |
