Skip to content

Commit 060f3e6

Browse files
faze-geekoyamad
andauthored
Fix doctring for preferences tuple in dle.py (QuantEcon#636)
* fix_dle_doc * PEP-8 style * Make suggested changes Co-authored-by: Daisuke Oyama <Oyama.Daisuke@gmail.com> Co-authored-by: Daisuke Oyama <Oyama.Daisuke@gmail.com>
1 parent 393c8c3 commit 060f3e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

quantecon/dle.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ class DLE(object):
5353
Technology is a tuple containing the matrices \Phi_c, \Phi_g, \Phi_i, \Gamma,
5454
\Delta_k, and \Theta_k
5555
Preferences : tuple
56-
Preferences is a tuple containing the matrices \Delta_h, \Theta_h, \Lambda,
57-
\Pi, and the scalar \beta
56+
Preferences is a tuple containing the scalar \beta and the
57+
matrices \Lambda, \Pi, \Delta_h, and \Theta_h
5858
5959
"""
6060

0 commit comments

Comments
 (0)