Skip to content

Commit

Permalink
docs(db): fix get_output_param docstring
Browse files Browse the repository at this point in the history
remove extra argument
  • Loading branch information
cesarcoatl committed Sep 3, 2022
1 parent 4d2f1a6 commit b66f37b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/incendium/db.py
Original file line number Diff line number Diff line change
Expand Up @@ -378,9 +378,6 @@ def get_output_params(
be executed in its own transaction. Optional.
params: A list containing all INPUT parameters as InParam
objects. Optional.
get_update_count: A flag indicating whether to return the number
of rows modified by the stored procedure, or -1 if not
applicable. Defaults to False. Optional.
Returns:
A Python dictionary of OUTPUT paramaters.
Expand Down

0 comments on commit b66f37b

Please sign in to comment.