From 43ceb8218f419b9c68ea6a1fbd4d5e9758b1c404 Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Tue, 31 Jan 2023 11:30:57 -0500 Subject: [PATCH] [DATALAD RUNCMD] Fix typo manually now that we do not have an updated/fixed copy of buildsupport here === Do not change lines below === { "chain": [], "cmd": "codespell -w", "exit": 0, "extra_inputs": [], "inputs": [], "outputs": [], "pwd": "." } ^^^ Do not change lines above ^^^ --- _datalad_buildsupport/formatters.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_datalad_buildsupport/formatters.py b/_datalad_buildsupport/formatters.py index 5ac01de8..a88a99bd 100644 --- a/_datalad_buildsupport/formatters.py +++ b/_datalad_buildsupport/formatters.py @@ -75,7 +75,7 @@ def _mk_title(self, prog): def _mk_name(self, prog, desc): """ - this method is in consitent with others ... it relies on + this method is in consistent with others ... it relies on distribution """ desc = desc.splitlines()[0] if desc else 'it is in the name'