We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3a0bd6 commit 6852d84Copy full SHA for 6852d84
using-functions.md
@@ -199,7 +199,7 @@ TypeError: 'str' object is not callable
199
200
The error message complains that strings aren't callable because we
201
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.
+it like a function. As you can see, **this is not a good idea** at all.
203
Most editors (including IDLE) display built-in functions with a special
204
color so you don't need to worry about doing this accidentally.
205
0 commit comments