docs: fix copy-paste errors/spelling mistakes

This commit is contained in:
Sean Breckenridge 2021-07-09 14:54:50 -07:00 committed by karlicoss
parent 46198a6447
commit 4a04c09f31
7 changed files with 12 additions and 12 deletions

View file

@ -247,7 +247,7 @@ def _create_range_filter(
else:
# only specified within, default before to now
if default_before is None:
raise QueryException("Only recieved a range length, with no start or end point to compare against")
raise QueryException("Only received a range length, with no start or end point to compare against")
allow_after = default_before - within
return ov >= allow_after and ov < default_before