[Bug]: :raises: DeserializationError if something went wrong #6153
Labels
bug
Something isn't working
emitter:client:python
Issue for the Python client emitter: @typespec/http-client-python
Describe the bug
This is transferred from Azure/autorest.python#2955
In generated code, we have code like
:raises: DeserializationError if something went wrong
which should be
:raises DeserializationError: if something went wrong
This was fixed in most of the cases, but seems like it still exists in from_dict method.
Reproduction
As above
Checklist
The text was updated successfully, but these errors were encountered: