Typo: remove stray tick in jax.numpy docs

This commit is contained in:
Jake VanderPlas 2023-06-08 01:15:21 -07:00
parent 0ec9f3c2df
commit 3fc70d3d8b

View File

@ -476,7 +476,7 @@ instantiate :class:`~jax.Array` objects manually, but rather will create them vi
Copying and Serialization
~~~~~~~~~~~~~~~~~~~~~~~~~
JAX :class:`~jax.Array`` objects are designed to work seamlessly with Python
JAX :class:`~jax.Array` objects are designed to work seamlessly with Python
standard library tools where appropriate.
With the built-in :mod:`copy` module, when :func:`copy.copy` or :func:`copy.deepcopy`