From e1121adf61a72b4df92a0891712225aaeb1ab4da Mon Sep 17 00:00:00 2001 From: Luciano Ramalho Date: Wed, 9 Jun 2021 01:03:07 -0300 Subject: [PATCH] Update README.md --- 18-context-mngr/lispy/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/18-context-mngr/lispy/README.md b/18-context-mngr/lispy/README.md index 1a2acfb..4f3f75d 100644 --- a/18-context-mngr/lispy/README.md +++ b/18-context-mngr/lispy/README.md @@ -6,7 +6,7 @@ for Scheme. * `original/`: Norvig's `lis.py` unchanged, `lispy.py` with [minor changes](https://github.com/norvig/pytudes/pull/106) to run on Python 3, -and the `lispytest.py` custom test suite; +and the `lispytest.py` custom test script; * `py3.9/`: `lis.py` with type hints and a few minor edits—requires Python 3.9; * `py3.10/`: `lis.py` with type hints, pattern matching, and minor edits—requires Python 3.10.