Skip to content

Commit e3482ed

Browse files
committed
Fix sphinx/build_docs warnings for audio_filters
1 parent 804a8b7 commit e3482ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

audio_filters/iir_filter.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ class IIRFilter:
1010
1111
Implementation details:
1212
Based on the 2nd-order function from
13-
https://en.wikipedia.org/wiki/Digital_biquad_filter,
13+
https://en.wikipedia.org/wiki/Digital_biquad_filter,
1414
this generalized N-order function was made.
1515
1616
Using the following transfer function

0 commit comments

Comments
 (0)