Skip to content

Commit 9881350

Browse files
committed
Fixed doc string
1 parent 139e99b commit 9881350

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

element_array_ephys/ephys.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -457,8 +457,7 @@ class Curation(dj.Manual):
457457
def create1_from_clustering_task(self, key, curation_note=''):
458458
"""
459459
A function to create a new corresponding "Curation" for a particular
460-
"ClusteringTask", which assumes that no curation was performed on the
461-
dataset
460+
"ClusteringTask"
462461
"""
463462
if key not in Clustering():
464463
raise ValueError(f'No corresponding entry in Clustering available'

0 commit comments

Comments
 (0)