Skip to content

Commit eb357e6

Browse files
committed
Update copy
1 parent be3897b commit eb357e6

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

pysrc/juliacall/banner.jl

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ function banner(io::IO = stdout; short = false)
4444
$(jl)_ _ _| |_ __ _$(jc) ___ __ _ | || |$(tx) | Julia: $(VERSION)
4545
$(jl)| | | | | | |/ _` |$(jc)/ __|/ _` || || |$(tx) | PythonCall: $(PythonCall.VERSION)
4646
$(jl)| | |_| | | | (_| |$(jc) |__ (_| || || |$(tx) |
47-
$(jl)_/ |\\__'_|_|_|\\__'_|$(jc)\\___|\\__'_||_||_|$(tx) | This REPL is running via Python using JuliaCall.
48-
$(jl)|__/$(tx) | Only basic features are supported.
47+
$(jl)_/ |\\__'_|_|_|\\__'_|$(jc)\\___|\\__'_||_||_|$(tx) | The JuliaCall REPL is experimental.
48+
$(jl)|__/$(tx) |
4949
5050
""")
5151
end
@@ -63,9 +63,8 @@ function banner(io::IO = stdout; short = false)
6363
_ _ _| |_ __ _ ___ __ _ | || | | Julia: $(VERSION)
6464
| | | | | | |/ _` |/ __|/ _` || || | | PythonCall: $(PythonCall.VERSION)
6565
| | |_| | | | (_| | |__ (_| || || | |
66-
_/ |\\__'_|_|_|\\__'_|\\___|\\__'_||_||_| | This REPL is running via Python using JuliaCall.
67-
|__/ | Only basic features are supported.
68-
66+
_/ |\\__'_|_|_|\\__'_|\\___|\\__'_||_||_| | The JuliaCall REPL is experimental.
67+
|__/ |
6968
""")
7069
end
7170
end

0 commit comments

Comments
 (0)