From 96b93adf9c47bb67184e73ec26e34a8bf3c4b05f Mon Sep 17 00:00:00 2001 From: Anthony Tuininga Date: Mon, 7 May 2018 21:12:03 -0600 Subject: [PATCH] Clarify documentation surrounding variable.actualElements. --- doc/src/variable.rst | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/doc/src/variable.rst b/doc/src/variable.rst index e36f2b0..16b8633 100644 --- a/doc/src/variable.rst +++ b/doc/src/variable.rst @@ -14,10 +14,8 @@ Variable Objects This read-only attribute returns the actual number of elements in the variable. This corresponds to the number of elements in a PL/SQL index-by table for variables that are created using the method - :func:`Cursor.arrayvar()`. For output variables in a DML returning - statement this value corresponds to the number of rows returned. For all - other variables this value will be identical to the attribute - :attr:`~Variable.numElements`. + :func:`Cursor.arrayvar()`. For all other variables this value will be + identical to the attribute :attr:`~Variable.numElements`. .. attribute:: Variable.bufferSize