Skip to content

Commit 32ef206

Browse files
committed
Fix this anchor link
1 parent 00c76a0 commit 32ef206

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -714,7 +714,7 @@ print((x == 2 and y == 3) or z == 2)
714714
~~~~~
715715

716716

717-
[Built-in functions](#built-in-function) {#built-in-functions}
717+
[Built-in functions](#built-in-functions) {#built-in-functions}
718718
--------------------
719719

720720
A lot of functions are defined for you by Python. Those listed at <https://docs.python.org/library/functions.html> are always available, and are the most commonly used, including `len`, `range`, and enumerate.

0 commit comments

Comments
 (0)