From 0c99ac9d8d49b2af7485d107b5bed3f6bdc3a19d Mon Sep 17 00:00:00 2001 From: Andreas Zeller Date: Tue, 7 Jan 2025 10:09:34 +0100 Subject: [PATCH] Fix: typo --- notebooks/Alhazen.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notebooks/Alhazen.ipynb b/notebooks/Alhazen.ipynb index 04820b24..35092a84 100644 --- a/notebooks/Alhazen.ipynb +++ b/notebooks/Alhazen.ipynb @@ -3039,7 +3039,7 @@ " self._generator_timeout)\n", " if self._verbose:\n", " print(f\" New samples:\")\n", - " print(f\" {\", \".join(new_samples)}\")\n", + " print(f\" {', '.join(new_samples)}\")\n", "\n", " self._previous_samples = new_samples" ]