Skip to content

Commit 1acec4c

Browse files
authored
typo: intent -> indent (nnja#36)
1 parent 99290cd commit 1acec4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/content/02-introduction-to-python/060-functions/50-exercise.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ pre: "<b>⭐️ </b>"
88

99
## Functions
1010

11-
Let's try creating a basic function. Use tab to intent the second line, and press enter on an empty line to finish the function.
11+
Let's try creating a basic function. Use tab to indent the second line, and press enter on an empty line to finish the function.
1212

1313
```python
1414
>>> def add_numbers(x, y):

0 commit comments

Comments
 (0)