From 3937dec48ae71559471443ca369f801db076e241 Mon Sep 17 00:00:00 2001 From: Anna Tisch <8689453+annatisch@users.noreply.github.com> Date: Wed, 4 Feb 2026 12:48:47 +1300 Subject: [PATCH] Fix introductory sentence in README.md Corrected the introductory sentence for clarity. --- sdk/tables/azure-data-tables/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/tables/azure-data-tables/README.md b/sdk/tables/azure-data-tables/README.md index f47c38821acc..b40220d1fe6b 100644 --- a/sdk/tables/azure-data-tables/README.md +++ b/sdk/tables/azure-data-tables/README.md @@ -1,6 +1,6 @@ # Azure Tables client library for Python -Azure Tables is a NoSQL data storage service that can be accessed from anywhere in the world via authenticated calls using HTTP or HTTPS. +Testing. Azure Tables is a NoSQL data storage service that can be accessed from anywhere in the world via authenticated calls using HTTP or HTTPS. Tables scales as needed to support the amount of data inserted, and allow for the storing of data with non-complex accessing. The Azure Tables client can be used to access Azure Storage or Cosmos accounts. This document covers [`azure-data-tables`][Tables_pypi].