Skip to content

Commit d8c7bff

Browse files
committed
Rename skeleton files
1 parent 6adf4bd commit d8c7bff

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

demo-notes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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`.
8989
3. Copy and paste the contents for later.
9090

9191
### Exercise 2.2 solution

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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">

0 commit comments

Comments
 (0)