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 directory
Directory layout examples were changed to use trailing slashes.
Rationale: