Skip to content

Commit c7b5aa6

Browse files
JoeZiminskizm711
andauthored
typo fix
Co-authored-by: Zach McKenzie <92116279+zm711@users.noreply.github.com>
1 parent e7ce974 commit c7b5aa6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/spikeinterface/core/generate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1288,7 +1288,7 @@ def generate_recording_by_size(
12881288
* "tile_pregenerated": pregenerate a noise chunk of noise_block_size sample and repeat it
12891289
very fast and consume only one noise block.
12901290
* "on_the_fly": generate on the fly a new noise block by combining seed + noise block index
1291-
no memory preallocation but a bit more computaion (random)
1291+
no memory preallocation but a bit more computation (random)
12921292
Returns
12931293
-------
12941294
GeneratorRecording

0 commit comments

Comments
 (0)