From ef54c5acdd6485e2c28b677ff69f76a061fd398f Mon Sep 17 00:00:00 2001 From: melkisedeath Date: Fri, 9 Jun 2023 20:02:19 +0200 Subject: [PATCH] update documentation string. --- partitura/musicanalysis/note_features.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/partitura/musicanalysis/note_features.py b/partitura/musicanalysis/note_features.py index fc652226..28e5d4fa 100644 --- a/partitura/musicanalysis/note_features.py +++ b/partitura/musicanalysis/note_features.py @@ -99,8 +99,8 @@ def make_note_features( Parameters ---------- - score : Part - The score as a Part instance + part : ScoreLike + A partitura scoreLike object, can be Score, Part, or PartGroup. feature_functions : list or str A list of feature functions. Elements of the list can be either the functions themselves or the names of a feature function as