[tor-commits] [bridgedb/develop] Fix typo in docstring.
    isis at torproject.org 
    isis at torproject.org
       
    Wed Nov 15 22:24:50 UTC 2017
    
    
  
commit 5a09a99ba05412e8f08323a54abeb927c024c57e
Author: Isis Lovecruft <isis at torproject.org>
Date:   Wed Nov 1 20:56:03 2017 +0000
    Fix typo in docstring.
---
 bridgedb/distributors/https/server.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bridgedb/distributors/https/server.py b/bridgedb/distributors/https/server.py
index 3e4284f..85a32b3 100644
--- a/bridgedb/distributors/https/server.py
+++ b/bridgedb/distributors/https/server.py
@@ -81,7 +81,7 @@ SERVER_PUBLIC_FQDN = None
 
 
 def setFQDN(fqdn, https=True):
-    """Set the global :data:`SERVER_PUBLIC FQDN` variable.
+    """Set the global :data:`SERVER_PUBLIC_FQDN` variable.
 
     :param str fqdn: The public, fully-qualified domain name of the HTTP
         server that will serve this resource.
    
    
More information about the tor-commits
mailing list