From 240bbdd33fea1ecb0e8c334ad7ed8711d4db7e55 Mon Sep 17 00:00:00 2001 From: gesoges0 Date: Fri, 8 Dec 2023 15:09:11 +0900 Subject: [PATCH] docs: remove duplicate paramter description --- google/cloud/spanner_v1/database.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/google/cloud/spanner_v1/database.py b/google/cloud/spanner_v1/database.py index 758547cf86..51efa6411b 100644 --- a/google/cloud/spanner_v1/database.py +++ b/google/cloud/spanner_v1/database.py @@ -1364,11 +1364,6 @@ def generate_query_batches( (Optional) desired size for each partition generated. The service uses this as a hint, the actual partition size may differ. - :type partition_size_bytes: int - :param partition_size_bytes: - (Optional) desired size for each partition generated. The service - uses this as a hint, the actual partition size may differ. - :type max_partitions: int :param max_partitions: (Optional) desired maximum number of partitions generated. The