Skip to content

Commit f6dc039

Browse files
committed
fix a couple of comments
1 parent a2be313 commit f6dc039

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

python/bin/BUILD.bazel

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,15 @@ generate_repl_main(
3131
out = "repl.py",
3232
)
3333

34+
# The user can replace this with their own stub. E.g. they can use this to
35+
# import ipython instead of the default shell.
3436
label_flag(
3537
name = "repl_stub",
3638
build_setting_default = "repl_stub.py",
3739
)
3840

3941
# The user can modify this flag to make an interpreter shell library available
40-
# for the stub. E.g. if they switch the stub for an ipython-based on, then they
42+
# for the stub. E.g. if they switch the stub for an ipython-based one, then they
4143
# can point this at their version of ipython.
4244
label_flag(
4345
name = "repl_stub_dep",

0 commit comments

Comments
 (0)