We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35ab40b commit efdf6d1Copy full SHA for efdf6d1
sphinx/ext/autodoc/_property_types.py
@@ -146,7 +146,7 @@ class _FunctionDefProperties(_ItemProperties):
146
147
_obj___name__: str | None
148
_obj___qualname__: str | None
149
- _obj_property_type_annotation: str | None = 'default'
+ _obj_property_type_annotation: str | None = None
150
151
@property
152
def is_abstractmethod(self) -> bool:
0 commit comments