Skip to content
Prev Previous commit
Next Next commit
Merge branch 'main' into sqlite-reference/return-and-except
  • Loading branch information
ezio-melotti authored Aug 4, 2022
commit c4abfce10d555979c496ba01beb91ae3bc428ac6
2 changes: 1 addition & 1 deletion Doc/library/sqlite3.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1117,7 +1117,7 @@ Cursor objects
.. method:: fetchone()

Return the next row of a query result set as a :class:`tuple`.
Return :const:`None` if no more data is available.
Return ``None`` if no more data is available.


.. method:: fetchmany(size=cursor.arraysize)
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.