Skip to content

Commit 0c44c42

Browse files
committed
modify return type about get_partition_container_names() in API Reference
1 parent 4e7e979 commit 0c44c42

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

docs/PythonAPIReference.files/sheet002.htm

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -332,9 +332,8 @@
332332
</tr>
333333
<tr height=54 style='height:40.5pt'>
334334
<td height=54 class=xl70 width=434 style='height:40.5pt;border-top:none;
335-
border-left:none;width:326pt'>void get_partition_container_names(int
336-
partitionIndex, long start, long limit,<span style='mso-spacerun:yes'> 
337-
</span>string containerName)</td>
335+
border-left:none;width:326pt'>list get_partition_container_names(int
336+
partitionIndex, long start, long limit)</td>
338337
<td class=xl70 width=454 style='border-top:none;border-left:none;width:341pt'>Get
339338
a list of the Container names belonging to a specified partition</td>
340339
<td class=xl70 width=523 style='border-top:none;border-left:none;width:392pt'>GSResult

docs/RubyAPIReference.files/sheet002.htm

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -333,9 +333,8 @@
333333
</tr>
334334
<tr height=54 style='height:40.5pt'>
335335
<td height=54 class=xl70 width=434 style='height:40.5pt;border-top:none;
336-
border-left:none;width:326pt'>void get_partition_container_names(integer
337-
partitionIndex, integer start, integer limit,<span style='mso-spacerun:yes'> 
338-
</span>string containerName)</td>
336+
border-left:none;width:326pt'>array get_partition_container_names(integer
337+
partitionIndex, integer start, integer limit)</td>
339338
<td class=xl70 width=454 style='border-top:none;border-left:none;width:341pt'>Get
340339
a list of the Container names belonging to a specified partition</td>
341340
<td class=xl70 width=523 style='border-top:none;border-left:none;width:392pt'>GSResult

0 commit comments

Comments
 (0)