Skip to content

Commit 84612bf

Browse files
Correct constant references.
1 parent 0648181 commit 84612bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/aq.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,8 @@ Dequeue Options
8484
.. attribute:: DeqOptions.visibility
8585

8686
This attribute specifies the transactional behavior of the enqueue request.
87-
It should be one of the values :data:`~cx_Oracle.ENQ_ON_COMMIT` (default) or
88-
:data:`~cx_Oracle.ENQ_IMMEDIATE`. This attribute is ignored when using the
87+
It should be one of the values :data:`~cx_Oracle.DEQ_ON_COMMIT` (default) or
88+
:data:`~cx_Oracle.DEQ_IMMEDIATE`. This attribute is ignored when using the
8989
:data:`~cx_Oracle.DEQ_BROWSE` mode.
9090

9191

0 commit comments

Comments
 (0)