Skip to content

Commit 96a38c3

Browse files
honnokgryte
andcommitted
Minor grammar fixes
Co-authored-by: Athan <[email protected]>
1 parent 6eb8df3 commit 96a38c3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

PACKAGE.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Stubs for the array API standard
22

3-
Documentation specific to singular Python objects in the spec (i.e. functions,
4-
methods and attributes) are infact represented by stub objects in the package
3+
Documentation specific to singular Python objects in the spec (i.e., functions,
4+
methods and attributes) are in fact represented by stub objects in the package
55
`array-api-stubs`. These stubs ultimately get rendered via the autodoc
66
capabilities in Sphinx.
77

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ this array API standard.
1818

1919
## Building docs locally
2020

21-
The spec website comprises of multiple Sphinx docs (one for each spec version),
21+
The spec website is comprised of multiple Sphinx docs (one for each spec version),
2222
all of which exist in `spec/` and rely on the modules found in `src/` (most
2323
notably `array_api_stubs`). To install these modules and the additional
2424
dependencies of the Sphinx docs, you can use
@@ -35,7 +35,7 @@ $ sphinx-build spec/draft/ _site/draft/
3535
```
3636

3737
To build the whole website, which includes every version of
38-
the spec, you can utilize the `make` commands defined in `spec/Makefile`, e.g.
38+
the spec, you can utilize the `make` commands defined in `spec/Makefile`; e.g.,
3939

4040
```sh
4141
$ make

0 commit comments

Comments
 (0)