Skip to content

Commit 216cc0e

Browse files
committed
Fix
1 parent cb58dd8 commit 216cc0e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

electronics/circular_convolution.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,7 @@ def circular_convolution(self) -> list[float]:
3737
using matrix method
3838
3939
Usage:
40-
>>> import circular_convolution as cc
41-
>>> convolution = cc.CircularConvolution()
40+
>>> convolution = CircularConvolution()
4241
>>> convolution.circular_convolution()
4342
[10, 10, 6, 14]
4443

0 commit comments

Comments
 (0)