From 2ca1d8e807c16a53d583aab209276ceb6a45a3c8 Mon Sep 17 00:00:00 2001 From: Tim Gates Date: Sun, 26 Jan 2020 22:29:01 +1100 Subject: [PATCH] Fix simple typo: wether -> whether Closes #1348 --- eve/io/base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eve/io/base.py b/eve/io/base.py index 82bf793b4..41e893345 100644 --- a/eve/io/base.py +++ b/eve/io/base.py @@ -134,7 +134,7 @@ def find(self, resource, req, sub_resource_lookup, perform_count=True): to support with your driver. For example ``eve.io.Mongo`` supports both Python and Mongo-like query syntaxes. :param sub_resource_lookup: sub-resource lookup from the endpoint url. - :param perform_count: wether a document count should be performed and + :param perform_count: whether a document count should be performed and returned to the client. .. versionchanged:: 0.3