From 29f62a090bf30f601554ec91f42c4ef965faecf2 Mon Sep 17 00:00:00 2001 From: Mike McLean Date: Sat, 4 May 2019 12:37:36 -0400 Subject: [PATCH] update docstring --- koji/__init__.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/koji/__init__.py b/koji/__init__.py index f2d4c67e..50e15b80 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: