Skip to content

Commit b66f37b

Browse files
author
César Román
committed
docs(db): fix get_output_param docstring
remove extra argument
1 parent 4d2f1a6 commit b66f37b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Diff for: src/incendium/db.py

-3
Original file line numberDiff line numberDiff line change
@@ -378,9 +378,6 @@ def get_output_params(
378378
be executed in its own transaction. Optional.
379379
params: A list containing all INPUT parameters as InParam
380380
objects. Optional.
381-
get_update_count: A flag indicating whether to return the number
382-
of rows modified by the stored procedure, or -1 if not
383-
applicable. Defaults to False. Optional.
384381
385382
Returns:
386383
A Python dictionary of OUTPUT paramaters.

0 commit comments

Comments
 (0)