From 77d180a103ce6a150e7dfaaf0e549da082ef4c3b Mon Sep 17 00:00:00 2001 From: Lucas Colley Date: Wed, 16 Jul 2025 10:23:21 +0100 Subject: [PATCH] DOC: fix typo in docstring --- spin/cmds/meson.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spin/cmds/meson.py b/spin/cmds/meson.py index bb29e12..36be5cf 100644 --- a/spin/cmds/meson.py +++ b/spin/cmds/meson.py @@ -513,7 +513,7 @@ def test( To run test modules, functions, classes, or methods: - spin -t numpy.random + spin test -t numpy.random To report the durations of the N slowest tests: