Skip to content

Commit d48bdaf

Browse files
committed
docs: Fix simple typo, standar -> standard
There is a small typo in flask_mongoengine/operation_tracker.py. Should read `standard` rather than `standar`.
1 parent a379409 commit d48bdaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flask_mongoengine/operation_tracker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ def privar(name):
194194
query_data["operation"] = "command"
195195
# Handle count as a special case
196196
if "count" in query_son:
197-
# Information is in a different format to a standar query
197+
# Information is in a different format to a standard query
198198
query_data["collection"] = query_son["count"]
199199
query_data["operation"] = "count"
200200
query_data["skip"] = query_son.get("skip")

0 commit comments

Comments
 (0)