Parcourir la source

[1978] cleanup: remove a garbage character somehow inserted in previous commit.

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

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

@@ -437,7 +437,7 @@ class DDNSServer:
 
         Note also that we directly refer to the "protected" member of
         ccsession (_cc._session) rather than creating a separate channel.
-o        It's probably not the best practice, but hopefully we can introduce
+        It's probably not the best practice, but hopefully we can introduce
         a cleaner way when we support asynchronous communication.
         At the moment we prefer the brevity with the use of internal channel
         of the cc session.