Skip to content

Commit b948acc

Browse files
committed
💚 Fix
1 parent 98ee732 commit b948acc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎lndocs/lamin_sphinx/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -855,8 +855,8 @@ def process_docstring(app, what, name, obj, options, lines):
855855
autoattribute = True
856856
annotation = type(attr_value).__name__
857857
docstring = attr_value.__doc__
858-
if annotation in {"ParamManagerArtifact", "ParamManagerRun"}:
859-
annotation = "ParamManager"
858+
if annotation in {"FeatureManagerArtifact", "FeatureManagerRun"}:
859+
annotation = "FeatureManager"
860860
if autoattribute:
861861
attr_lines.append(f".. autoattribute:: {attr_name}")
862862
elif autoproperty:

0 commit comments

Comments
 (0)