Removed unneeded spaces before commas and periods.

This commit is contained in:
Serhiy Storchaka 2015-02-14 19:47:39 +02:00
parent eb73a3b869
commit d277ad711a
7 changed files with 10 additions and 10 deletions

View File

@ -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).