Skip to content

Commit

Permalink
Fix simple typo: wether -> whether
Browse files Browse the repository at this point in the history
Closes #1348
  • Loading branch information
timgates42 authored and nicolaiarocci committed Feb 1, 2020
1 parent 52a927f commit 2ca1d8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eve/io/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2ca1d8e

Please # to comment.