Skip to content

Commit

Permalink
please rstcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabien Coelho committed Aug 20, 2024
1 parent 2dc9b72 commit a5fafe7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/source/defining-sql-queries.rst
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,10 @@ The methods generated are:
.. code:: python
def new_blog(conn, userid: int, title: str, content: str) -> int:
pass
def remove_blog(conn, blogid: int) -> int:
pass
Each can be called to alter the database, and returns the number of affected rows
if available.
Expand Down

0 comments on commit a5fafe7

Please sign in to comment.