Skip to content

Commit 2319d12

Browse files
author
Yalin Li
authored
[Tables] Address example's caption (Azure#23641)
1 parent 4a2176f commit 2319d12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/tables/azure-data-tables/azure/data/tables/_table_service_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ def create_table_if_not_exists(self, table_name, **kwargs):
213213
:end-before: [END create_table_if_not_exists]
214214
:language: python
215215
:dedent: 8
216-
:caption: Deleting a table from the TableServiceClient object
216+
:caption: Creating a table if it doesn't exist, from the TableServiceClient object
217217
"""
218218
table = self.get_table_client(table_name=table_name)
219219
try:

0 commit comments

Comments
 (0)