Skip to content

Commit e0cb4ab

Browse files
committed
parameters
1 parent 472b79d commit e0cb4ab

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

source/run-command.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,9 @@ Execute a Command
4646
-----------------
4747

4848
You can use the ``command()`` method to run a database command. You must specify
49-
the command and any relevant parameters. These can be passed as strings or as
50-
a ``dict``. The method will return the result of the command that was run.
49+
the command and any relevant arguments. If the command is simple, these can be
50+
passed as strings. Otherwise, they can be passed as a ``dict``.
51+
The method will return the result of the command that was run.
5152

5253
The following code shows how you can use the ``command()``
5354
method on a ``Database`` to run the ``hello``

0 commit comments

Comments
 (0)