Skip to content

Commit 334bb4f

Browse files
Update advanced-python/12AdvancedClasses.ipynb
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 4a2bb6c commit 334bb4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

advanced-python/12AdvancedClasses.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -597,7 +597,7 @@
597597
"\n",
598598
"class ValueRight(NamedValue):\n",
599599
" def __radd__(self, other):\n",
600-
" print(\"radd called on {self.name}\")\n",
600+
" print(f\"radd called on {self.name}\")\n",
601601
" return 24\n",
602602
"\n",
603603
"\n",

0 commit comments

Comments
 (0)