From 169eb2bc079d11bd2f85fa0b891a9e078ac644ea Mon Sep 17 00:00:00 2001 From: Brian Walshe Date: Mon, 1 Jun 2026 09:57:53 +0100 Subject: [PATCH] docs: Fix broken link in Tuning Guide (#3912) --- recipes_source/recipes/tuning_guide.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes_source/recipes/tuning_guide.py b/recipes_source/recipes/tuning_guide.py index dd13b47a6dd..be0f07788e7 100644 --- a/recipes_source/recipes/tuning_guide.py +++ b/recipes_source/recipes/tuning_guide.py @@ -116,7 +116,7 @@ # # Setting gradient to ``None`` has a slightly different numerical behavior than # setting it to zero, for more details refer to the -# `documentation `_. +# `documentation `_. # # Alternatively, call ``model`` or # ``optimizer.zero_grad(set_to_none=True)``.