Skip to content

Commit 4c79170

Browse files
committed
cleanup phase3.rst
1 parent 457e853 commit 4c79170

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

_docs/phase3.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ module into a legitimate Python package. The new directory structure is
2424
│   ├── test_parser.py
2525
│   └── test_summary.py
2626

27-
- ***lib/*** contains re-usable bits of code.
28-
- ***scripts/*** contains...well..scripts that leverage our re-usable
27+
- ``lib/`` contains re-usable bits of code.
28+
- ``scripts/`` contains...well..scripts that leverage our re-usable
2929
code.
30-
- ***tests/*** contains tests for re-usable bits of code and related
30+
- ``tests/`` contains tests for re-usable bits of code and related
3131
fixtures.
3232

3333
Note that we did not change any of our functions. Mostly we just

0 commit comments

Comments
 (0)