Doc tweaks.

This commit is contained in:
Anthony Tuininga 2021-04-23 13:51:31 -06:00
parent fa8d6fa5be
commit 82fb398b38
2 changed files with 9 additions and 5 deletions

View File

@ -201,7 +201,7 @@ Connection Object
.. deprecated:: 7.2
Use the methods :meth:`Queue.deqOne()` or :meth:`Queue.deqMany()`
Use the methods :meth:`Queue.deqone()` or :meth:`Queue.deqmany()`
instead.
.. note::
@ -218,7 +218,7 @@ Connection Object
.. deprecated:: 7.2
Use the attribute :attr:`Queue.deqOptions` instead.
Use the attribute :attr:`Queue.deqoptions` instead.
.. note::
@ -253,6 +253,8 @@ Connection Object
This read-only attribute returns the IANA character set name of the
character set in use by the Oracle client for regular strings.
.. deprecated:: 8.2
.. note::
This attribute is an extension to the DB API definition.
@ -270,7 +272,7 @@ Connection Object
.. deprecated:: 7.2
Use the methods :meth:`Queue.enqOne()` or :meth:`Queue.enqMany()`
Use the methods :meth:`Queue.enqone()` or :meth:`Queue.enqmany()`
instead.
.. note::
@ -287,7 +289,7 @@ Connection Object
.. deprecated:: 7.2
Use the attribute :attr:`Queue.enqOptions` instead.
Use the attribute :attr:`Queue.enqoptions` instead.
.. note::
@ -434,6 +436,8 @@ Connection Object
This read-only attribute returns the IANA character set name of the
national character set in use by the Oracle client.
.. deprecated:: 8.2
.. note::
This attribute is an extension to the DB API definition.

View File

@ -52,7 +52,7 @@ Cursor Object
The DB API definition does not define this attribute.
.. method:: Cursor.arrayvar(dataType, value, [size])
.. method:: Cursor.arrayvar(data_type, value, [size])
Create an array variable associated with the cursor of the given type and
size and return a :ref:`variable object <varobj>`. The value is either an