[7.x] Fix typo in ScanError
Co-authored-by: Nathan Meisels <[email protected]>
This commit is contained in:
co-authored by
Nathan Meisels
parent
8200d8068f
commit
40aeeffdf4
@@ -349,7 +349,7 @@ async def async_scan(
|
||||
if raise_on_error:
|
||||
raise ScanError(
|
||||
scroll_id,
|
||||
"Scroll request has only succeeded on %d (+%d skiped) shards out of %d."
|
||||
"Scroll request has only succeeded on %d (+%d skipped) shards out of %d."
|
||||
% (
|
||||
resp["_shards"]["successful"],
|
||||
resp["_shards"]["skipped"],
|
||||
|
||||
Reference in New Issue
Block a user