From bd307909efd39cb1c9ed01d950f418462cb38db6 Mon Sep 17 00:00:00 2001 From: Remalloc Date: Thu, 3 Jun 2021 14:31:55 +0800 Subject: [PATCH] Update api.rst Add missing method "update_many" --- docs/api.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api.rst b/docs/api.rst index 1986ed6..1b17381 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -26,7 +26,7 @@ Table ----- .. autoclass:: dataset.Table - :members: columns, find, find_one, all, count, distinct, insert, insert_ignore, insert_many, update, upsert, upsert_many, delete, create_column, create_column_by_example, drop_column, create_index, drop, has_column, has_index + :members: columns, find, find_one, all, count, distinct, insert, insert_ignore, insert_many, update, update_many, upsert, upsert_many, delete, create_column, create_column_by_example, drop_column, create_index, drop, has_column, has_index :special-members: __len__, __iter__