Skip to content

Commit 2b516fa

Browse files
committed
fix typo
1 parent 00bb4c1 commit 2b516fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/library/sqlite3.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1612,7 +1612,7 @@ Cursor objects
16121612
value from one :meth:`fetchmany` call to the next.
16131613

16141614
.. versionchanged:: next
1615-
Reject negative *size* values by rasing :exc:`ValueError`.
1615+
Negative *size* values are rejected by raising :exc:`ValueError`.
16161616

16171617
.. method:: fetchall()
16181618

@@ -1642,7 +1642,7 @@ Cursor objects
16421642
The default value is 1 which means a single row would be fetched per call.
16431643

16441644
.. versionchanged:: next
1645-
Reject negative values by rasing :exc:`ValueError`.
1645+
Negative values are rejected by raising :exc:`ValueError`.
16461646

16471647
.. attribute:: connection
16481648

0 commit comments

Comments
 (0)