Skip to content

Commit b02f82b

Browse files
committed
redundant phrase 'ever time' removed
1 parent 4be25d7 commit b02f82b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jax/_src/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -975,7 +975,7 @@ def update_thread_local_jit_state(**kw):
975975
log_compiles = define_bool_state(
976976
name='jax_log_compiles',
977977
default=False,
978-
help=('Log a message each time every time `jit` or `pmap` compiles an XLA '
978+
help=('Log a message each time `jit` or `pmap` compiles an XLA '
979979
'computation. Logging is performed with `logging`. When this '
980980
'option is set, the log level is WARNING; otherwise the level is '
981981
'DEBUG.'))

0 commit comments

Comments
 (0)