We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d883406 commit 430f4ecCopy full SHA for 430f4ec
1 file changed
using-functions.md
@@ -54,7 +54,7 @@ text appears on the screen right away when we run `print(something)`.
54
## Return values
55
56
If we do `thingy = print('hello')`, what does the `thingy` variable end
57
-up [pointing to](variables.md)?
+up [pointing to](variables.md#variables)?
58
59
```py
60
>>> thingy = print('hello')
0 commit comments