[7.x] Fix typo in ScanError

Co-authored-by: Nathan Meisels <[email protected]>
This commit is contained in:
Seth Michael Larson
2020-09-14 17:19:56 -05:00
committed by GitHub
co-authored by Nathan Meisels
parent 8200d8068f
commit 40aeeffdf4
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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"],
+1 -1
View File
@@ -527,7 +527,7 @@ def 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"],