Skip to content

Commit 72a2463

Browse files
Adjust documentation to indicate that inconvert and outconverter
attributes are read-only (#360).
1 parent af94cfc commit 72a2463

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/api_manual/variable.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Variable Attributes
5959

6060
.. attribute:: Variable.inconverter
6161

62-
This read-write attribute specifies the method used to convert data from
62+
This read-only attribute specifies the method used to convert data from
6363
Python to the Oracle database. The method signature is converter(value)
6464
and the expected return value is the value to bind to the database. If this
6565
attribute is None, the value is bound directly without any conversion.
@@ -78,7 +78,7 @@ Variable Attributes
7878

7979
.. attribute:: Variable.outconverter
8080

81-
This read-write attribute specifies the method used to convert data from
81+
This read-only attribute specifies the method used to convert data from
8282
the Oracle database to Python. The method signature is converter(value)
8383
and the expected return value is the value to return to Python. If this
8484
attribute is None, the value is returned directly without any conversion.

0 commit comments

Comments
 (0)