Removed unneeded spaces before commas and periods.
This commit is contained in:
parent
eb73a3b869
commit
d277ad711a
|
@ -848,8 +848,8 @@ Cursor\ `.scroll`_\ (*value* [, *mode='relative'* ])
|
||||||
left undefined (ideal would be to not move the cursor at all).
|
left undefined (ideal would be to not move the cursor at all).
|
||||||
|
|
||||||
.. Note::
|
.. Note::
|
||||||
This method should use native scrollable cursors, if available
|
This method should use native scrollable cursors, if available,
|
||||||
, or revert to an emulation for forward-only scrollable
|
or revert to an emulation for forward-only scrollable
|
||||||
cursors. The method may raise NotSupportedError_ to signal
|
cursors. The method may raise NotSupportedError_ to signal
|
||||||
that a specific operation is not supported by the database
|
that a specific operation is not supported by the database
|
||||||
(e.g. backward scrolling).
|
(e.g. backward scrolling).
|
||||||
|
|
Loading…
Reference in New Issue