Skip to content

Commit 430f4ec

Browse files
committed
better link
1 parent d883406 commit 430f4ec

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
@@ -54,7 +54,7 @@ text appears on the screen right away when we run `print(something)`.
5454
## Return values
5555

5656
If we do `thingy = print('hello')`, what does the `thingy` variable end
57-
up [pointing to](variables.md)?
57+
up [pointing to](variables.md#variables)?
5858

5959
```py
6060
>>> thingy = print('hello')

0 commit comments

Comments
 (0)