Skip to content

Commit 4fe0bb4

Browse files
Update project structure example to include 'src/'
1 parent 6a153a5 commit 4fe0bb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

episodes/3_project_structure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Each package must contain a special file named `__init__.py`. The presence of th
3232
## Project Structure
3333
A typical project would look like :
3434
```greet_me/
35-
└── my_package/
35+
└── src/my_package/
3636
├── __init__.py
3737
├── happy.py
3838
└── sad.py

0 commit comments

Comments
 (0)