Skip to content

Commit efe5374

Browse files
Consistent boolean options
1 parent 1f3ae47 commit efe5374

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ to the directive. Note that this is compatible only if `:new_tab:` is also provi
8989

9090
It is possible to control whether code snippets in REPL environments automatically executes when loaded.
9191
For this, you may set `replite_auto_execute = False` globally in `conf.py` with (defaults to `True` if
92-
not present), or override it on a per-directive basis with `:execute: true` or `:execute: false`.
92+
not present), or override it on a per-directive basis with `:execute: True` or `:execute: False`.
9393

9494
## Strip particular tagged cells from IPython Notebooks
9595

0 commit comments

Comments
 (0)