We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a379409 + d48bdaf commit 9671966Copy full SHA for 9671966
flask_mongoengine/operation_tracker.py
@@ -194,7 +194,7 @@ def privar(name):
194
query_data["operation"] = "command"
195
# Handle count as a special case
196
if "count" in query_son:
197
- # Information is in a different format to a standar query
+ # Information is in a different format to a standard query
198
query_data["collection"] = query_son["count"]
199
query_data["operation"] = "count"
200
query_data["skip"] = query_son.get("skip")
0 commit comments