Skip to content

Commit 2171d9f

Browse files
committed
Docs fix
1 parent bb06725 commit 2171d9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DatabaseLibrary/query.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -573,7 +573,7 @@ def call_stored_procedure(
573573
| @{out_params}= Create List ${9}
574574
| ${param values} ${result sets}= Call Stored Procedure return_out_param_without_result_sets
575575
| ... ${params} additional_output_params=${out_params}
576-
| # ${result sets} = [[('Franz Allan',), ('Jerry',)], [('See',), ('Schneider',)]]
576+
| # ${result sets} = []
577577
| # ${param values} = ('give me 1', 1)
578578
579579
The library uses the sample values in the `additional_output_params` list to determine the number and the type

0 commit comments

Comments
 (0)