Skip to content

Commit 152c8fd

Browse files
committed
[ci skip] Fix typo in output documentation.
1 parent a35e4c0 commit 152c8fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/using_mesa/output.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ To plot a temperature-density profile, the process is very similar:
233233
import mesa_reader as mr
234234
235235
# load entire LOG directory information
236-
l = MesaLogDir('./LOGS')
236+
l = mr.MesaLogDir('./LOGS')
237237
# grab the last profile
238238
p = l.profile_data()
239239

0 commit comments

Comments
 (0)