diff sat_frontends/jp/base.py @ 3893:045af0eeda3f

core, CLI (base), tools (common/data_format): typing/core readability
author Goffi <goffi@goffi.org>
date Wed, 21 Sep 2022 22:20:43 +0200
parents 915fb230cb28
children 6939594ba77e
line wrap: on
line diff
--- a/sat_frontends/jp/base.py	Wed Aug 31 17:07:03 2022 +0200
+++ b/sat_frontends/jp/base.py	Wed Sep 21 22:20:43 2022 +0200
@@ -1255,7 +1255,7 @@
         """Helper method to compute extra data from pubsub arguments
 
         @param extra: base extra dict, or None to generate a new one
-        @return: dict which can be used directly in the bridge for pubsub
+        @return: serialised dict which can be used directly in the bridge for pubsub
         """
         if extra is None:
             extra = {}