Skip to content

Commit

Permalink
Update README.md File (#1248)
Browse files Browse the repository at this point in the history
The README.md is updated.

Resolves #1248

PiperOrigin-RevId: 460386623
  • Loading branch information
prasadjivane authored and rchen152 committed Jul 12, 2022
1 parent d818af9 commit 49bc775
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ Platform support:
* Windows is currently not supported unless you use [WSL][wsl].

<sub>\*
On Alpine Linux, installing may fail due to issues with upstream
On Alpine Linux, installation may fail due to issues with upstream
dependencies. See the details of [this issue][scikit-build-issue] for a
possible fix.
<br />
Expand Down Expand Up @@ -166,7 +166,7 @@ Common options:
Defaults to the version that pytype is running under.
* `-o, --output`: The directory into which all pytype output goes, including
generated .pyi files. Defaults to `.pytype`.
* `-d, --disable`. Comma or space separated list of error names to ignore.
* `-d, --disable`. Comma or space-separated list of error names to ignore.
Detailed explanations of pytype's error names are in
[this doc][error-classes]. Defaults to empty.

Expand Down Expand Up @@ -231,7 +231,7 @@ pythonpath =
.:
~/repo2

# Comma or space separated list of error names to ignore.
# Comma or space-separated list of error names to ignore.
disable =
attribute-error
```
Expand All @@ -257,7 +257,7 @@ Python file.
* `pytype-single`, a debugging tool for pytype developers, which analyzes a
single Python file assuming that .pyi files have already been generated for all
of its dependencies.
* `pyxref`, a cross references generator.
* `pyxref`, a cross-references generator.

## 2022 Roadmap

Expand Down
8 changes: 4 additions & 4 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ Platform support:
* Windows is currently not supported unless you use [WSL][wsl].

<sub>\*
On Alpine Linux, installing may fail due to issues with upstream
On Alpine Linux, installation may fail due to issues with upstream
dependencies. See the details of [this issue][scikit-build-issue] for a
possible fix.
<br />
Expand Down Expand Up @@ -163,7 +163,7 @@ Common options:
Defaults to the version that pytype is running under.
* `-o, --output`: The directory into which all pytype output goes, including
generated .pyi files. Defaults to `.pytype`.
* `-d, --disable`. Comma or space separated list of error names to ignore.
* `-d, --disable`. Comma or space-separated list of error names to ignore.
Detailed explanations of pytype's error names are in
[this doc][error-classes]. Defaults to empty.

Expand Down Expand Up @@ -228,7 +228,7 @@ pythonpath =
.:
~/repo2

# Comma or space separated list of error names to ignore.
# Comma or space-separated list of error names to ignore.
disable =
attribute-error
```
Expand All @@ -254,7 +254,7 @@ Python file.
* `pytype-single`, a debugging tool for pytype developers, which analyzes a
single Python file assuming that .pyi files have already been generated for all
of its dependencies.
* `pyxref`, a cross references generator.
* `pyxref`, a cross-references generator.

## 2022 Roadmap

Expand Down

0 comments on commit 49bc775

Please sign in to comment.