Skip to content

Commit c004ab6

Browse files
Update project_structure.md
1 parent 2f48470 commit c004ab6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

episodes/project_structure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ pixi update
108108
```output
109109
✔ Lock-file was already up-to-date
110110
```
111-
Let us now create a folder named my_package and add 3 files inside it namely `happy.py`, `sad.py` and `__init__.py`
111+
Let us now create a folder named `my_package` and add 3 files inside it namely `happy.py`, `sad.py` and `__init__.py`
112112

113113
```python
114114
# happy.py <- A module

0 commit comments

Comments
 (0)