Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d74b29d

Browse files
committed
Fix broken links
1 parent cf0c74a commit d74b29d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Notes/03_Program_organization/02_More_functions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ follows:
338338
>>>
339339
```
340340

341-
An example of a column selector was given in [Exercise 2.23](../02_Working_with_data/06_List_comprehension).
341+
An example of a column selector was given in [Exercise 2.23](../02_Working_with_data/06_List_comprehension.md).
342342
However, here’s one way to do it:
343343

344344
```python
@@ -431,7 +431,7 @@ type-conversions to be applied to the returned data. For example:
431431
>>>
432432
```
433433

434-
You already explored this in [Exercise 2.24](../02_Working_with_data/07_Objects).
434+
You already explored this in [Exercise 2.24](../02_Working_with_data/07_Objects.md).
435435
You'll need to insert the following fragment of code into your solution:
436436

437437
```python

0 commit comments

Comments
 (0)