Skip to content

Commit 08dcfc9

Browse files
authored
Fixed typo "compiler_optons" (#288)
1 parent d8cf8b8 commit 08dcfc9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmdstanpy/model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ def __repr__(self) -> str:
161161
repr = 'CmdStanModel: name={}'.format(self._name)
162162
repr = '{}\n\t stan_file={}'.format(repr, self._stan_file)
163163
repr = '{}\n\t exe_file={}'.format(repr, self._exe_file)
164-
repr = '{}\n\t compiler_optons={}'.format(repr, self._compiler_options)
164+
repr = '{}\n\t compiler_options={}'.format(repr, self._compiler_options)
165165
return repr
166166

167167
@property

0 commit comments

Comments
 (0)