Skip to content

Commit 482f64a

Browse files
authored
FIX: Correct docstring of discrete_var (#697)
1 parent 8a61df3 commit 482f64a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

quantecon/markov/approximation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ def discrete_var(A,
301301
standard normal distribution from numpy.random is used.
302302
Alternatively, one can pass a "frozen" object of a multivariate
303303
distribution from `scipy.stats`. It must have a zero mean and
304-
unit standard deviation (of dimension m).
304+
unit standard deviation (of dimension r).
305305
order : str, optional(default='C')
306306
('C' or 'F') order in which the states in the cartesian grid are
307307
enumerated.

0 commit comments

Comments
 (0)