Skip to content

Commit f541ca7

Browse files
committed
Update docs
1 parent e4e56d5 commit f541ca7

1 file changed

Lines changed: 7 additions & 4 deletions

File tree

docs/conf.py

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -325,20 +325,23 @@
325325
rp_attr = u"""
326326
.. |attr_mode| replace:: :py:attr:`.mode`
327327
328-
.. |attr_table_name_description| replace::
328+
.. |attr_table_name_description| replace::
329329
Table name string.
330330
Following format specifiers are replaced with specific string.
331331
332332
.. |attr_table_name_header| replace:: format specifier
333333
"""
334334

335335
rp_method = u"""
336-
.. |make_table_name| replace::
336+
.. |make_table_name| replace::
337337
Make table name string from :py:attr:`~simplesqlite.loader.interface.TableLoader.table_name`.
338338
Following format specifiers are replaced with specific string.
339339
"""
340340

341341
rp_param = u"""
342+
.. |primary_key| replace::
343+
Primary key of the creating table.
344+
342345
.. |index_attr_list| replace::
343346
List of attribute names that creating indices.
344347
@@ -354,10 +357,10 @@
354357
rp_raises = u"""
355358
.. |raises_check_connection| replace::
356359
If not connected to a SQLite database file.
357-
360+
358361
.. |raises_verify_table_existence| replace::
359362
If the table not found in the database.
360-
363+
361364
.. |raises_operational_error| replace::
362365
If failed to execute a query.
363366

0 commit comments

Comments
 (0)