From c226e15e30111db66c115775551a58d05d100161 Mon Sep 17 00:00:00 2001 From: Tom Close Date: Fri, 17 May 2024 23:43:46 +1000 Subject: [PATCH] another touch up --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 369cc05..0176863 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ the necessary dependencies to run the tests $ pip install -e .[test] ``` -Then the tests, including `doctests` `__, can be launched using +Then the tests, including [doctests](https://docs.python.org/3/library/doctest.html), can be launched using ``` $ pytest --doctest-modules pydra/tasks/*