From e78c22e0b5899cf52bca9a77b1a11f493aecadc9 Mon Sep 17 00:00:00 2001 From: Gavin Mischler Date: Tue, 10 Dec 2024 17:01:04 -0500 Subject: [PATCH] Update naplib/data.py --- naplib/data.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/naplib/data.py b/naplib/data.py index 52064a8..34824fc 100644 --- a/naplib/data.py +++ b/naplib/data.py @@ -304,7 +304,7 @@ def __delitem__(self, index): ---------- index : int or string Which trial to delete, or which field to delete. If an integer, must be - <= the length of the Data, since you can only delete an existing trial + < the length of the Data, since you can only delete an existing trial Examples --------