Skip to content

Commit d5d0482

Browse files
committed
Merge branch 'unitrefine-actor' of github.com:alejoe91/spikeinterface into unitrefine-actor
2 parents d89a1e3 + 7785454 commit d5d0482

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/tutorials/curation/plot_1_automated_curation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ def calculate_moving_avg(label_df, confidence_label, window_size):
264264
#
265265
# .. dropdown:: More about security
266266
#
267-
# Sharing models, with are Python objects, is complicated.
267+
# Sharing models, which are Python objects, is complicated.
268268
# We have chosen to use the `skops format <https://skops.readthedocs.io/en/stable/>`_, instead
269269
# of the common but insecure ``.pkl`` format (read about ``pickle`` security issues
270270
# `here <https://lwn.net/Articles/964392/>`_). While unpacking the ``.skops`` file, each function

0 commit comments

Comments
 (0)