Skip to content

Commit 24a5dc4

Browse files
authored
Add @eval using REPL to the atreplinit do block in REPL documentation. (#49717)
1 parent e204e20 commit 24a5dc4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

stdlib/REPL/docs/src/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -623,6 +623,7 @@ It is possible to get an interface which is similar to the IPython REPL and the
623623

624624
```julia
625625
atreplinit() do repl
626+
@eval import REPL
626627
if !isdefined(repl, :interface)
627628
repl.interface = REPL.setup_interface(repl)
628629
end

0 commit comments

Comments
 (0)