Skip to content

Commit 8b71494

Browse files
committed
Fix PEP8 Indent Error.
1 parent 57a8089 commit 8b71494

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

quantecon/lqcontrol.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ def __init__(self, Q, R, A, B, C=None, N=None, beta=1, T=None, Rf=None):
147147

148148
if (self.C != 0).any() and beta >= 1:
149149
raise ValueError('beta must be strictly smaller than 1 if ' +
150-
'T = None and C != 0.')
150+
'T = None and C != 0.')
151151

152152
self.F = None
153153

0 commit comments

Comments
 (0)