diff --git a/recipes_source/recipes/tuning_guide.py b/recipes_source/recipes/tuning_guide.py index dd13b47a6d..be0f07788e 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)``.