We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00bb4c1 commit 2b516faCopy full SHA for 2b516fa
1 file changed
Doc/library/sqlite3.rst
@@ -1612,7 +1612,7 @@ Cursor objects
1612
value from one :meth:`fetchmany` call to the next.
1613
1614
.. versionchanged:: next
1615
- Reject negative *size* values by rasing :exc:`ValueError`.
+ Negative *size* values are rejected by raising :exc:`ValueError`.
1616
1617
.. method:: fetchall()
1618
@@ -1642,7 +1642,7 @@ Cursor objects
1642
The default value is 1 which means a single row would be fetched per call.
1643
1644
1645
- Reject negative values by rasing :exc:`ValueError`.
+ Negative values are rejected by raising :exc:`ValueError`.
1646
1647
.. attribute:: connection
1648
0 commit comments