diff --git a/sdk/search/azure-search-documents/azure/search/documents/_internal/_paging.py b/sdk/search/azure-search-documents/azure/search/documents/_internal/_paging.py index 4f633dcb2c43..5acfb2b6917d 100644 --- a/sdk/search/azure-search-documents/azure/search/documents/_internal/_paging.py +++ b/sdk/search/azure-search-documents/azure/search/documents/_internal/_paging.py @@ -78,7 +78,7 @@ def get_coverage(self): def get_count(self): # type: () -> float - """Return the count of results if `include_total_result_count` was + """Return the count of results if `include_total_count` was set for the query. """ diff --git a/sdk/search/azure-search-documents/azure/search/documents/_internal/aio/_paging.py b/sdk/search/azure-search-documents/azure/search/documents/_internal/aio/_paging.py index eabac2a7b744..806eaed2c1ad 100644 --- a/sdk/search/azure-search-documents/azure/search/documents/_internal/aio/_paging.py +++ b/sdk/search/azure-search-documents/azure/search/documents/_internal/aio/_paging.py @@ -56,7 +56,7 @@ async def get_coverage(self): async def get_count(self): # type: () -> float - """Return the count of results if `include_total_result_count` was + """Return the count of results if `include_total_count` was set for the query. """