Skip to content

Commit 2562208

Browse files
author
César Román
committed
docs: fix o_get_data docstring
Signed-off-by: César Román <[email protected]>
1 parent 3f8e772 commit 2562208

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/incendium/db.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,7 @@ def o_get_data(
485485
Optional.
486486
487487
Returns:
488-
tuple: A tuple containing a Dataset that is the resulting data of the
488+
A tuple containing a Dataset that is the resulting data of the
489489
stored procedure call, if any, and the OUTPUT parameters.
490490
"""
491491
result = _execute_sp(

0 commit comments

Comments
 (0)