Skip to content

Commit 8489f11

Browse files
committed
docs: Add link to function reference at the end of guide
1 parent b18b63d commit 8489f11

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/guide/users/how-to/support-decorators.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,4 @@ class MyDecorator(griffe.Extension):
5858
... # Update the function attributes.
5959
```
6060

61-
Now all that is left to do is to actually write the code that updates the function according to what the decorator is doing. We could update the function's docstring, or its return type, or its parameters: it all depends on your decorator and what it does to the objects it decorates.
61+
Now all that is left to do is to actually write the code that updates the function according to what the decorator is doing. We could update the function's docstring, or its return type, or its parameters: it all depends on your decorator and what it does to the objects it decorates. Check out the [API reference for function objects][griffe.Function] to see what data this object stores.

0 commit comments

Comments
 (0)