From 5bf8bace212d2914e8ee026a86d694ac91b9fb95 Mon Sep 17 00:00:00 2001 From: elijahbenizzy Date: Mon, 8 Jul 2024 21:27:20 -0700 Subject: [PATCH] Adds accept_error_sentinel decorator to docs --- docs/reference/lifecycle-hooks/GracefulErrorAdapter.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/reference/lifecycle-hooks/GracefulErrorAdapter.rst b/docs/reference/lifecycle-hooks/GracefulErrorAdapter.rst index 6b00d54bf..9db8d8cd1 100644 --- a/docs/reference/lifecycle-hooks/GracefulErrorAdapter.rst +++ b/docs/reference/lifecycle-hooks/GracefulErrorAdapter.rst @@ -5,3 +5,5 @@ lifecycle.GracefulErrorAdapter .. autoclass:: hamilton.lifecycle.default.GracefulErrorAdapter :special-members: __init__ + +.. automethod:: hamilton.lifecycle.default.accept_error_sentinels