Skip to content

Commit

Permalink
Fix docs for compiled_modules
Browse files Browse the repository at this point in the history
  • Loading branch information
MilesCranmer authored Jan 1, 2024
1 parent 76a5490 commit d35b213
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/julia/options.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ def yes_no_etc(*etc):
compile: {True, False, 'yes', 'no', 'all', 'min'}
Enable or disable JIT compiler, or request exhaustive compilation.
compiled_modules: {True, False, 'yes', 'no'}
compiled_modules: {True, False, 'yes', 'no', 'auto'}
Enable or disable incremental precompilation of modules.
depwarn: {True, False, 'yes', 'no', 'error'}
Expand Down

0 comments on commit d35b213

Please sign in to comment.