Skip to content

Commit 61563e3

Browse files
authored
Update libraries.md
fix month = 08
1 parent 01f571c commit 61563e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

episodes/libraries.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ Given the variables `year`, `month` and `day`, how would you generate a date in
327327

328328
```python
329329
year = 1971
330-
month = 08
330+
month = 8
331331
day = 26
332332
```
333333

0 commit comments

Comments
 (0)