Browse Source

[1451] a couple of more editorial fixes

JINMEI Tatuya 13 years ago
parent
commit
a0a07a1b5e
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/bin/ddns/ddns.py.in

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

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