8000 GitHub · Where software is built
[go: up one dir, main page]

Skip to content
Parameter description in DB.delete doesn't match parameters. #87
Closed
@darcyjcain

Description

@darcyjcain

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0