Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit cfae1d3

Browse files
authored
Update decorators.ipynb
replace pass by print(text)
1 parent 64a5077 commit cfae1d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

days/22-24-decorators/decorators.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -582,7 +582,7 @@
582582
" @make_html('p')\n",
583583
" @make_html('strong')\n",
584584
" def get_text(text):\n",
585-
" pass\n",
585+
" print(text)\n",
586586
"\n",
587587
"Calling:\n",
588588
"\n",

0 commit comments

Comments
 (0)