Skip to content

Commit b9f4d5f

Browse files
Documentation improvements.
1 parent f492bb4 commit b9f4d5f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

doc/src/api_manual/async_lob.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ AsyncLOB Methods
6161
characters are in the LOB, the offset and amount will have to be chosen
6262
carefully to avoid splitting a character.
6363

64-
.. method:: AsyncLOB.setfilename(dirAlias, name)
64+
.. method:: AsyncLOB.setfilename(dir_alias, name)
6565

6666
Sets the directory alias and name of the BFILE type LOB.
6767

doc/src/api_manual/connection.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ Connection Methods
106106

107107
This method is an extension to the DB API definition.
108108

109-
.. method:: Connection.cursor()
109+
.. method:: Connection.cursor(scrollable=False)
110110

111111
Returns a new :ref:`cursor object <cursorobj>` using the connection.
112112

doc/src/api_manual/lob.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ LOB Methods
5757
characters are in the LOB, the offset and amount will have to be chosen
5858
carefully to avoid splitting a character.
5959

60-
.. method:: LOB.setfilename(dirAlias, name)
60+
.. method:: LOB.setfilename(dir_alias, name)
6161

6262
Sets the directory alias and name of the BFILE type LOB.
6363

0 commit comments

Comments
 (0)