Skip to content

Commit 9671966

Browse files
authored
docs: Fix simple typo, standar -> standard
2 parents a379409 + d48bdaf commit 9671966

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)