]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[2930] style fix: folded long lines
authorJINMEI Tatuya <jinmei@isc.org>
Wed, 22 May 2013 17:58:47 +0000 (10:58 -0700)
committerJINMEI Tatuya <jinmei@isc.org>
Wed, 22 May 2013 17:58:47 +0000 (10:58 -0700)
src/lib/python/isc/config/ccsession.py

index 5261ceaaf121df50316de57f352950b1c306a64a..7e01e8428a5df99e1d2d01683a05a11ac24f0c8a 100644 (file)
@@ -552,14 +552,14 @@ class ModuleCCSession(ConfigData):
         Throws:
         - CCSessionError: for low-level communication errors.
         Params:
-        - notification_group (string): This parameter (indirectly) signifies what
-          clients should receive the notification. Only clients that subscribed
-          to notifications on the same group receive it.
-        - event_name (string): The name of the event to notify about (for example
-          `config_changed`).
+        - notification_group (string): This parameter (indirectly) signifies
+          what clients should receive the notification. Only clients that
+          subscribed to notifications on the same group receive it.
+        - event_name (string): The name of the event to notify about (for
+          example `config_changed`).
         - params: Other parameters that describe the event. This might be, for
-          example, the new configuration value. This can be any data that can be
-          sent over the isc.cc.Session, but it is common for it to be dict.
+          example, the new configuration value. This can be any data that can
+          be sent over the isc.cc.Session, but it is common for it to be dict.
         Returns: Nothing
         """
         notification = [event_name]