Closed
Description
In the documentation for DB.delete() the parameters include "row" but the description describes "d" for that parameter. Here is a diff to correct it:
index 1dbd18e..b9e72b6 100644
--- a/docs/contents/pg/db_wrapper.rst
+++ b/docs/contents/pg/db_wrapper.rst
@@ -715,7 +715,7 @@ delete -- delete a row from a database table
Delete a row from a database table
:param str table: name of table
- :param dict d: optional dictionary of values
+ :param dict row: optional dictionary of values
:param col: optional keyword arguments for updating the dictionary
:rtype: None
:raises pg.ProgrammingError: table has no primary key,
Metadata
Metadata
Assignees
Labels
No labels