Skip to content

Commit 25eb8ff

Browse files
author
InessaPawson
authored
Fix punctuation (numpy#281)
1 parent dbb4c6b commit 25eb8ff

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

config.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -59,17 +59,17 @@ params:
5959
keyfeatures:
6060
features:
6161
- title: Powerful N-dimensional arrays
62-
text: Fast and versatile, the NumPy vectorization, indexing and broadcasting concepts are the de-facto standards of array computing today.
62+
text: Fast and versatile, the NumPy vectorization, indexing, and broadcasting concepts are the de-facto standards of array computing today.
6363
- title: Numerical computing tools
64-
text: NumPy offers comprehensive mathematical functions, random number generators, linear algebra routines, Fourier transforms and more.
64+
text: NumPy offers comprehensive mathematical functions, random number generators, linear algebra routines, Fourier transforms, and more.
6565
- title: Interoperable
66-
text: NumPy supports a wide range of hardware and computing platforms, and plays well with distributed, GPU and sparse array libraries.
66+
text: NumPy supports a wide range of hardware and computing platforms, and plays well with distributed, GPU, and sparse array libraries.
6767
- title: Performant
6868
text: The core of NumPy is well-optimized C code. Enjoy the flexibility of Python with the speed of compiled code.
6969
- title: Easy to use
70-
text: NumPy's high level syntax makes it accessible to and productive for programmers from any background or experience level.
70+
text: NumPy's high level syntax makes it accessible and productive for programmers from any background or experience level.
7171
- title: Open source
72-
text: Distributed under a liberal [BSD license](https://github.com/numpy/numpy/blob/master/LICENSE.txt), NumPy is developed and maintained [publicly on GitHub](https://github.com/numpy/numpy) by a vibrant, responsive and diverse [community](/community).
72+
text: Distributed under a liberal [BSD license](https://github.com/numpy/numpy/blob/master/LICENSE.txt), NumPy is developed and maintained [publicly on GitHub](https://github.com/numpy/numpy) by a vibrant, responsive, and diverse [community](/community).
7373
tabs:
7474
title: ECOSYSTEM
7575
section5: false

0 commit comments

Comments
 (0)