Skip to content

Commit

Permalink
Fix code snippet formatting in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
simonster committed Apr 27, 2015
1 parent 7169728 commit 5092cdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/filters.rst
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ Butterworth bandpass filter between 10 and 40 Hz::
filt(digitalfilter(responsetype, prototype), x)

Filter the data in ``x``, sampled at 50 Hz, with a 64 tap Hanning
window FIR lowpass filter at 5 Hz:
window FIR lowpass filter at 5 Hz::

responsetype = Lowpass(5; fs=50)
prototype = FIRWindow(hanning(64))
Expand Down

0 comments on commit 5092cdf

Please sign in to comment.