Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
watsonjj authored Apr 23, 2019
1 parent 2bd85a6 commit a8c207f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ctapipe/image/extractor.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def sum_samples_around_peak(waveforms, peak_index, width, shift, ret):
- peak_index, width and shift are integers, corresponding to the
correct value for the current pixel
The ret argument is required by numpy to creae the numpy array which is
The ret argument is required by numpy to create the numpy array which is
returned. It can be ignored when calling this function.
Parameters
Expand Down

0 comments on commit a8c207f

Please sign in to comment.