Skip to content

Commit

Permalink
Fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
andreas-zeller committed Jan 7, 2025
1 parent 30f6727 commit 0c99ac9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notebooks/Alhazen.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
Expand Down

0 comments on commit 0c99ac9

Please sign in to comment.