File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -84,8 +84,8 @@ Run the demos in VS Code for the combined view of the file contents and the term
8484
8585# ## Exercise 2.1 solution
8686
87- 1. Rename the ` your_pkg ` folder to ` filename_validation` .
88- 2. Add a new file to that package called ` validate_filename.py` .
87+ 1. Rename the ` custom_hook ` folder to ` filename_validation` .
88+ 2. Rename the ` check.py ` file to ` validate_filename.py` .
89893. Copy and paste the contents for later.
9090
9191# ## Exercise 2.2 solution
Original file line number Diff line number Diff line change @@ -1274,7 +1274,7 @@ <h2>Exercise</h2>
12741274 </ p >
12751275 < p >
12761276 Write your code in the
1277- < code > src/your_pkg/your_module .py</ code > file, renaming both the
1277+ < code > src/custom_hook/check .py</ code > file, renaming both the
12781278 directory and file as you see fit.
12791279 </ p >
12801280 </ section >
@@ -1412,7 +1412,7 @@ <h2>Exercise</h2>
14121412 < p >
14131413 You can put this in the same file from the previous exercise or in
14141414 another file in the same directory (< em > e.g.</ em > ,
1415- < code > src/your_pkg /cli.py</ code > ).
1415+ < code > src/custom_hook /cli.py</ code > ).
14161416 </ p >
14171417 </ section >
14181418 < section id ="example-solution-2-2 ">
You can’t perform that action at this time.
0 commit comments