File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -834,12 +834,12 @@ async def command(
834
834
Any additional keyword arguments will be added to the final
835
835
command document before it is sent.
836
836
837
- For example, a command like ``{buildinfo : 1}`` can be sent
837
+ For example, a command like ``{buildInfo : 1}`` can be sent
838
838
using:
839
839
840
- >>> await db.command("buildinfo ")
840
+ >>> await db.command("buildInfo ")
841
841
OR
842
- >>> await db.command({"buildinfo ": 1})
842
+ >>> await db.command({"buildInfo ": 1})
843
843
844
844
For a command where the value matters, like ``{count:
845
845
collection_name}`` we can do:
Original file line number Diff line number Diff line change @@ -834,12 +834,12 @@ def command(
834
834
Any additional keyword arguments will be added to the final
835
835
command document before it is sent.
836
836
837
- For example, a command like ``{buildinfo : 1}`` can be sent
837
+ For example, a command like ``{buildInfo : 1}`` can be sent
838
838
using:
839
839
840
- >>> db.command("buildinfo ")
840
+ >>> db.command("buildInfo ")
841
841
OR
842
- >>> db.command({"buildinfo ": 1})
842
+ >>> db.command({"buildInfo ": 1})
843
843
844
844
For a command where the value matters, like ``{count:
845
845
collection_name}`` we can do:
You can’t perform that action at this time.
0 commit comments