Skip to content

Commit ed9a864

Browse files
authored
micro typo in faq.rst
1 parent aaeeaf5 commit ed9a864

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/faq.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ referred to as being *sticky* to the device).
337337
By default, JAX arrays are placed uncommitted on the default device
338338
(``jax.devices()[0]``), which is the first GPU or TPU by default. If no GPU or
339339
TPU is present, ``jax.devices()[0]`` is the CPU. The default device can
340-
temporarily overridden with the :func:`jax.default_device` context manager, or
340+
be temporarily overridden with the :func:`jax.default_device` context manager, or
341341
set for the whole process by setting the environment variable ``JAX_PLATFORMS``
342342
or the absl flag ``--jax_platforms`` to "cpu", "gpu", or "tpu"
343343
(``JAX_PLATFORMS`` can also be a list of platforms, which determines which

0 commit comments

Comments
 (0)