Skip to content

Commit c72c862

Browse files
committed
Update outdated reference to Variables section of Python tutorial
1 parent e632c26 commit c72c862

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

troubleshooting/python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ As you can see, this could often be more helpful.
4444
Other causes of syntax errors to look out for are:
4545

4646
* Missing colons at the end of `def`s, `if`s, `for`s, etc.
47-
* Using the wrong number of `=` signs (see the [Variables](#variables) section)
47+
* Using the wrong number of `=` signs (see the [Variables](/docs/tutorials/python#variables) section)
4848
* Missing brackets (e.g. `x = 5 * (3+2`).
4949
* For those outside of the U.K., the decimal point is a period (`.`), not a comma (`,`)
5050

0 commit comments

Comments
 (0)