Skip to content

Commit 610ba3c

Browse files
committed
american english
1 parent 6db8aad commit 610ba3c

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[pypi-image]: https://badge.fury.io/py/torch-scatter.svg
22
[pypi-url]: https://pypi.python.org/pypi/torch-scatter
3-
[build-image]: https://travis-ci.org/rusty1s/pytorch_scatter.svg?branch=master [build-url]: https://travis-ci.org/rusty1s/pytorch_scatter
3+
[build-image]: https://travis-ci.org/rusty1s/pytorch_scatter.svg?branch=master
4+
[build-url]: https://travis-ci.org/rusty1s/pytorch_scatter
45
[coverage-image]: https://codecov.io/gh/rusty1s/pytorch_scatter/branch/master/graph/badge.svg
56
[coverage-url]: https://codecov.io/github/rusty1s/pytorch_scatter?branch=master
67

@@ -18,7 +19,7 @@
1819

1920
**[Documentation](http://rusty1s.github.io/pytorch_scatter)**
2021

21-
This package consists of a small extension library of highly optimised sparse update (scatter) operations for the use in [PyTorch](http://pytorch.org/), which are missing in the main package.
22+
This package consists of a small extension library of highly optimized sparse update (scatter) operations for the use in [PyTorch](http://pytorch.org/), which are missing in the main package.
2223
Scatter operations can be roughly described as reduce operations based on a given "group-index" tensor.
2324
The package consists of the following operations:
2425

docs/source/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
PyTorch Scatter documentation
44
===============================
55

6-
This package consists of a small extension library of highly optimised sparse update (scatter) operations for the use in `PyTorch <http://pytorch.org/>`_, which are missing in the main package.
6+
This package consists of a small extension library of highly optimized sparse update (scatter) operations for the use in `PyTorch <http://pytorch.org/>`_, which are missing in the main package.
77
Scatter operations can be roughly described as reduce operations based on a given "group-index" tensor.
88

99
All included operations work on varying data types, are implemented both for CPU and GPU and include a backwards implementation.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
setup(
1313
name='torch_scatter',
1414
version=__version__,
15-
description='PyTorch Extension Library of Optimised Scatter Operations',
15+
description='PyTorch Extension Library of Optimized Scatter Operations',
1616
author='Matthias Fey',
1717
author_email='[email protected]',
1818
url=url,

0 commit comments

Comments
 (0)