Skip to content

Commit b3cb5e7

Browse files
DietBruj-bowhay
andauthored
Small code formatting improvement in scipy/signal/_fir_filter_design.py
[skip ci] Co-authored-by: Jake Bowhay <60778417+j-bowhay@users.noreply.github.com>
1 parent 0b860d8 commit b3cb5e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scipy/signal/_fir_filter_design.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1408,7 +1408,7 @@ def firwin_2d(hsize, window, *, fc=None, fs=2, circular=False,
14081408
if circular:
14091409
if fc is None:
14101410
raise ValueError("Cutoff frequency `fc` must be "
1411-
"provided when `circular` is True")
1411+
"provided when `circular` is True")
14121412

14131413
n_r = max(hsize[0], hsize[1]) * 8 # oversample 1d window by factor 8
14141414

0 commit comments

Comments
 (0)