Skip to content

Commit a53642b

Browse files
committed
Fix broken links
1 parent d74b29d commit a53642b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Notes/03_Program_organization/02_More_functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ of the function, it's better to use a class instead (more on this later).
209209

210210
When you call a function, the argument variables are names that refer
211211
to the passed values. These values are NOT copies (see [section
212-
2.7](../02_Working_with_data/07_Objects)). If mutable data types are
212+
2.7](../02_Working_with_data/07_Objects.md)). If mutable data types are
213213
passed (e.g. lists, dicts), they can be modified *in-place*.
214214

215215
```python

0 commit comments

Comments
 (0)