MappingProxyType[A, B]
rendered as MappingProxyType
#13488
Labels
MappingProxyType[A, B]
rendered as MappingProxyType
#13488
Uh oh!
There was an error while loading. Please reload this page.
Describe the bug
Hello,
I'm not at all sure where I should open this issue, but I think
sphinx
might be the right place.When documenting a propery with
.. autoproperty::
, look at the two cases below.How to Reproduce
With
dict
: no problemrenders as
With
MappingProxyType
: problemrenders as
I would expect
MappingProxyType[str, int]
render.Environment Information
Sphinx extensions
Additional context
No response
The text was updated successfully, but these errors were encountered: