From b692ab9e884f16dbfc6d4dddb37a31a575025deb Mon Sep 17 00:00:00 2001 From: Adina Wagner Date: Tue, 28 Feb 2023 17:07:02 +0100 Subject: [PATCH] fix the last typo --- datalad_metalad/filters/base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/datalad_metalad/filters/base.py b/datalad_metalad/filters/base.py index 73ffbf8d..1b9d268b 100644 --- a/datalad_metalad/filters/base.py +++ b/datalad_metalad/filters/base.py @@ -38,7 +38,7 @@ def filter(self, This method is called by the 'meta-filter' driver. It should iterate through the metadata instances that are provided by the metadata - coordinates, perform the filter operation one yield the resulting + coordinates, perform the filter operation and yield the resulting metadata objects as instances of "datalad_metalad.metadatatypes.Metadata". Returned metadata is emitted as datalad invocation result, e.g. as