Skip to content

Commit 55e80e4

Browse files
committed
added a forgotten period
1 parent 4180190 commit 55e80e4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pynumdiff/linear_model/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
except:
77
from warnings import warn
88
warn("""Limited Linear Model Support Detected! CVXPY is not installed.
9-
Install CVXPY to use lineardiff derivatives You can still use other methods.""")
9+
Install CVXPY to use lineardiff derivatives. You can still use other methods.""")
1010

1111
from ._linear_model import savgoldiff, polydiff, spectraldiff
1212

0 commit comments

Comments
 (0)