This repository is for active development of the Azure SDK for Python. For consumers of the SDK we recommend visiting our public developer docs at https://learn.microsoft.com/python/azure/ or our versioned developer docs at https://azure.github.io/azure-sdk-for-python.
e.g. azure-sdk-for-python/sdk/search/azure-search-documents/azure/search/documents/indexes/models/_models.py at 6264dab47096128cc01f78833e3b30f40d756e35 · Azure/azure-sdk-for-python
:raises: DeserializationError if something went wrong
should be
:raises DeserializationError: if something went wrong
Another one: azure-sdk-for-python/sdk/core/azure-core/azure/core/settings.py at main · Azure/azure-sdk-for-python
Should looks like:
:raises ValueError: if the message_body exceeds 160 characters :raises TypeError: if the message_body is not a basestring