Skip to content

Commit efdf6d1

Browse files
committed
Fix default
1 parent 35ab40b commit efdf6d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sphinx/ext/autodoc/_property_types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ class _FunctionDefProperties(_ItemProperties):
146146

147147
_obj___name__: str | None
148148
_obj___qualname__: str | None
149-
_obj_property_type_annotation: str | None = 'default'
149+
_obj_property_type_annotation: str | None = None
150150

151151
@property
152152
def is_abstractmethod(self) -> bool:

0 commit comments

Comments
 (0)