Skip to content

Commit b0ff365

Browse files
committed
Simplify comment
1 parent 61319a5 commit b0ff365

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

docs/source/conf.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,7 @@ def linkcode_resolve(domain: str, info: dict[str, str]) -> str | None:
9797
try:
9898
obj = _get_obj(info)
9999
except AttributeError:
100-
# This can happen when trying to get a field typed at the class level, e.g. the
101-
# gramian_weighting attribute of GramianWeightedAggregator.
100+
# This can happen when trying to get a field typed at the class level.
102101
return None
103102
file_name = _get_file_name(obj)
104103

0 commit comments

Comments
 (0)