Skip to content

Commit 9c3c28b

Browse files
committed
Move pyparsing to testing/Newick
1 parent 483295b commit 9c3c28b

17 files changed

+1
-1
lines changed

source-code/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ was used to develop it.
2020
programming in Python.
2121
1. `operators-functools`: illustrates some applications of the `operator`
2222
and `functools` modules in Python's standard library.
23-
1. `pyparsing`: illustration of unit testing on real world code.
2423
1. `typing`: illustrates how to use type annotation in Python, and
2524
demonstrates `mypy`.
2625
1. `testing`: illustrates writing unit tests with `unittest` and
File renamed without changes.

0 commit comments

Comments
 (0)