Skip to content

Commit e78d677

Browse files
alejoe91zm711
andauthored
Apply suggestions from code review
Co-authored-by: Zach McKenzie <92116279+zm711@users.noreply.github.com>
1 parent abdb810 commit e78d677

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

doc/how_to/build_pipeline_with_dicts.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Build a full Sorting pipeline with dicts
33

44
When using ``SpikeInterface`` there are two phases. First, you should
55
play: try to figure out any special steps or parameters you need to play
6-
with to get everything working with your data. Once your happy, you then
6+
with to get everything working with your data. Once you're happy, you then
77
need to build a sturdy, consistent pipeline to process all your ephys
88
sessions.
99

examples/how_to/build_pipeline_with_dicts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
#
1919
# When using `SpikeInterface` there are two phases. First, you should play: try to figure out
2020
# any special steps or parameters you need to play with to get everything working with your
21-
# data. Once your happy, you then need to build a sturdy, consistent pipeline to process all
21+
# data. Once you're happy, you then need to build a sturdy, consistent pipeline to process all
2222
# your ephys sessions.
2323

2424
# It is now possible to create a flexible spike sorting pipeline using three simple dictionaries:

0 commit comments

Comments
 (0)