mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-07-23 09:24:31 +02:00
Minor markup fix
This commit is contained in:
parent
6de0a5d46a
commit
b966c44ef8
1 changed files with 2 additions and 2 deletions
|
|
@ -991,9 +991,9 @@ class Queryable:
|
|||
|
||||
class Table(Queryable):
|
||||
"Tables should usually be initialized using the ``db.table(table_name)`` or ``db[table_name]`` methods."
|
||||
#: The ``rowid`` of the last inserted, updated or selected row.`
|
||||
#: The ``rowid`` of the last inserted, updated or selected row.
|
||||
last_rowid: Optional[int] = None
|
||||
#: The primary key of the last inserted, updated or selected row.`
|
||||
#: The primary key of the last inserted, updated or selected row.
|
||||
last_pk: Optional[Any] = None
|
||||
|
||||
def __init__(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue