Skip to content

Commit bf2662c

Browse files
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 4b4ffe8 commit bf2662c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tutorials/tutorial11/tutorial.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@
206206
"* Directly calling methods (e.g., on_validation_end) is strongly discouraged.\n",
207207
"* Whenever possible, your callbacks should not depend on the order in which they are executed.\n",
208208
"\n",
209-
"We will try now to implement a naive version of `MetricTraker` to show how callbacks work. Notice that this is a very easy application of callbacks, fortunately in **PINA** we already provide more advanced callbacks in `pina.callback`."
209+
"We will try now to implement a naive version of `MetricTracker` to show how callbacks work. Notice that this is a very easy application of callbacks, fortunately in **PINA** we already provide more advanced callbacks in `pina.callback`."
210210
]
211211
},
212212
{

0 commit comments

Comments
 (0)