Skip to content

Commit d35b213

Browse files
authored
Fix docs for compiled_modules
1 parent 76a5490 commit d35b213

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/julia/options.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ def yes_no_etc(*etc):
119119
compile: {True, False, 'yes', 'no', 'all', 'min'}
120120
Enable or disable JIT compiler, or request exhaustive compilation.
121121
122-
compiled_modules: {True, False, 'yes', 'no'}
122+
compiled_modules: {True, False, 'yes', 'no', 'auto'}
123123
Enable or disable incremental precompilation of modules.
124124
125125
depwarn: {True, False, 'yes', 'no', 'error'}

0 commit comments

Comments
 (0)