Skip to content

Commit

Permalink
Fix doctring for preferences tuple in dle.py (#636)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
faze-geek and oyamad committed Jul 1, 2022
1 parent 393c8c3 commit 060f3e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions quantecon/dle.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ class DLE(object):
Technology is a tuple containing the matrices \Phi_c, \Phi_g, \Phi_i, \Gamma,
\Delta_k, and \Theta_k
Preferences : tuple
Preferences is a tuple containing the matrices \Delta_h, \Theta_h, \Lambda,
\Pi, and the scalar \beta
Preferences is a tuple containing the scalar \beta and the
matrices \Lambda, \Pi, \Delta_h, and \Theta_h
"""

Expand Down

0 comments on commit 060f3e6

Please sign in to comment.