Skip to content

Commit 6852d84

Browse files
committed
bold
1 parent b3a0bd6 commit 6852d84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

using-functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ TypeError: 'str' object is not callable
199199

200200
The error message complains that strings aren't callable because we
201201
just set `print` to the string `'hello'` and now we're trying to call
202-
it like a function. As you can see, this is not a good idea at all.
202+
it like a function. As you can see, **this is not a good idea** at all.
203203
Most editors (including IDLE) display built-in functions with a special
204204
color so you don't need to worry about doing this accidentally.
205205

0 commit comments

Comments
 (0)