Skip to content

Commit 467e9c3

Browse files
author
lukasloetkolben
committed
typo wether --> whether
1 parent 0d5e028 commit 467e9c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mongoengine/queryset/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1171,7 +1171,7 @@ def allow_disk_use(self, enabled):
11711171
"""Enable or disable the use of temporary files on disk while processing a blocking sort operation.
11721172
(To store data exceeding the 100 megabyte system memory limit)
11731173
1174-
:param enabled: wether or not temporary files on disk are used
1174+
:param enabled: whether or not temporary files on disk are used
11751175
"""
11761176
queryset = self.clone()
11771177
queryset._allow_disk_use = enabled

0 commit comments

Comments
 (0)