Skip to content

Commit 8e111f4

Browse files
committed
correct typo in readme
1 parent 0f3128c commit 8e111f4

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.pip_readme.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Differentiable and accelerated spherical transforms
1717
=================================================================================================================
1818

1919
`S2FFT` is a Python package for computing Fourier transforms on the sphere
20-
and rotation group in JAX and PyTorch. It leverages autodiff to provide differentiable
20+
and rotation group using JAX and PyTorch. It leverages autodiff to provide differentiable
2121
transforms, which are also deployable on hardware accelerators
2222
(e.g. GPUs and TPUs).
2323

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# Differentiable and accelerated spherical transforms
1313

1414
`S2FFT` is a Python package for computing Fourier transforms on the sphere
15-
and rotation group [(Price & McEwen 2023)](https://arxiv.org/abs/2311.14670) Using
15+
and rotation group [(Price & McEwen 2023)](https://arxiv.org/abs/2311.14670) using
1616
JAX or PyTorch. It leverages autodiff to provide differentiable transforms, which are
1717
also deployable on hardware accelerators (e.g. GPUs and TPUs).
1818

@@ -87,7 +87,7 @@ into the active python environment by [pip](https://pypi.org) when running
8787
pip install s2fft
8888
```
8989
This will install all core functionality which includes JAX support. To install `S2FFT`
90-
with PyTorch support run the following
90+
with PyTorch support run
9191

9292
``` bash
9393
pip install s2fft[torch]

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Differentiable and accelerated spherical transforms
22
===================================================
33

44
``S2FFT`` is a Python package for computing Fourier transforms on the sphere and rotation
5-
group `(Price & McEwen 2023) <https://arxiv.org/abs/2311.14670>`_ in JAX and PyTorch.
5+
group `(Price & McEwen 2023) <https://arxiv.org/abs/2311.14670>`_ using JAX and PyTorch.
66
It leverages autodiff to provide differentiable transforms, which are also
77
deployable on modern hardware accelerators (e.g. GPUs and TPUs).
88

0 commit comments

Comments
 (0)