Parcourir la source

[1451] a couple of more editorial fixes

JINMEI Tatuya il y a 13 ans
Parent
commit
a0a07a1b5e
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      src/bin/ddns/ddns.py.in

+ 2 - 2
src/bin/ddns/ddns.py.in

@@ -75,12 +75,12 @@ class DDNSSession:
         pass
 
 class DDNSServer:
-    def __init__(self, cc_session = None):
+    def __init__(self, cc_session=None):
         '''
         Initialize the DDNS Server.
         This sets up a ModuleCCSession for the BIND 10 system.
         Parameters:
-        cc_session: If None (default), a new ModuleCCSession will be set up
+        cc_session: If None (default), a new ModuleCCSession will be set up.
                     If specified, the given session will be used. This is
                     mainly used for testing.
         '''