Commit b1f291d
Change directory layout examples for consistency (#611)
Directory layout examples were changed to use trailing slashes.
Rationale:
* consistent with examples in the Python [modules tutorial](https://docs.python.org/3/tutorial/modules.html#packages)
* consistent with example currently on line 208 (dist/)
* removing the first leading slash avoids possible confusion that you are to work in the root directory1 parent b8e6e7e commit b1f291d
1 file changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | | - | |
| 20 | + | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
52 | | - | |
| 51 | + | |
| 52 | + | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| |||
0 commit comments