diff options
-rw-r--r-- | paramiko/ssh_gss.py | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/paramiko/ssh_gss.py b/paramiko/ssh_gss.py index d4be9bee..ebf2cc80 100644 --- a/paramiko/ssh_gss.py +++ b/paramiko/ssh_gss.py @@ -33,10 +33,10 @@ import struct import os import sys -''' -:var bool GSS_AUTH_AVAILABLE: Constraint that indicates if GSS-API / SSPI is - Available. -''' +""" +:var bool GSS_AUTH_AVAILABLE: + Constraint that indicates if GSS-API / SSPI is available. +""" GSS_AUTH_AVAILABLE = True try: |