Skip to content

Commit 2d3133b

Browse files
fix tables typo in readme (Azure#39913)
1 parent d24eff0 commit 2d3133b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/tables/azure-data-tables/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ the client level to enable it for all requests.
297297

298298
### General
299299
Azure Tables clients raise exceptions defined in [Azure Core][azure_core_readme].
300-
When you interact with the Azure table library using the Python SDK, errors returned by the service respond ot the same HTTP status codes for [REST API][tables_rest] requests. The Table service operations will throw a `HttpResponseError` on failure with helpful [error codes][tables_error_codes].
300+
When you interact with the Azure table library using the Python SDK, errors returned by the service respond to the same HTTP status codes for [REST API][tables_rest] requests. The Table service operations will throw a `HttpResponseError` on failure with helpful [error codes][tables_error_codes].
301301

302302
For examples, if you try to create a table that already exists, a `409` error is returned indicating "Conflict".
303303
```python

0 commit comments

Comments
 (0)