From 29f62a090bf30f601554ec91f42c4ef965faecf2 Mon Sep 17 00:00:00 2001 From: Mike McLean Date: Jun 17 2019 14:19:12 +0000 Subject: update docstring --- diff --git a/koji/__init__.py b/koji/__init__.py index f2d4c67..50e15b8 100644 --- a/koji/__init__.py +++ b/koji/__init__.py @@ -2951,12 +2951,12 @@ class MultiCallSession(object): return self._callMethod(name, args, opts) def call_all(self, strict=None, batch=None): - """Perform all calls in a single multicall + """Perform all calls in one or more multiCall batches - Returns a the hub's multiCall result, which is a list of results for - each call. For successful calls, the entry will be a singleton list. - For calls that raised a fault, the entry will be a dictionary with - keys "faultCode", "faultString", and "traceback". + Returns a list of results for each call. For successful calls, the + entry will be a singleton list. For calls that raised a fault, the + entry will be a dictionary with keys "faultCode", "faultString", + and "traceback". """ if strict is None: