Unexpected behavior from classdiagram class fields containing parentheses inside of brackets #5881
Labels
Status: Triage
Needs to be verified, categorized, etc
Type: Bug / Error
Something isn't working or is incorrect
Description
It seems that after parentheses close, anything after that is strictly put after the
:
for the class field.I got this from a valid Python type annotation, https://github.com/fastapi/fastapi/blob/7c6f2f8fde68f488163376c9e92a59d46c491298/fastapi/datastructures.py#L64-L73 (see third line in my repro)
Steps to reproduce
unrendered:
Screenshots
No response
Code Sample
No response
Setup
Suggested Solutions
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: