Skip to content

Commit 057d9b0

Browse files
Merge pull request #2134 from mohantym:patch-5
PiperOrigin-RevId: 479448755
2 parents 999ea48 + 10f17a3 commit 057d9b0

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

site/en/install/pip.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ step-by-step instructions.
1414
* {Linux}
1515

1616
Note: Starting with TensorFlow `2.10`, Linux CPU-builds for Aarch64/ARM64
17-
processors are are built, maintained, tested and released by a third party:
17+
processors are built, maintained, tested and released by a third party:
1818
[AWS](https://aws.amazon.com/).
1919
Installing the [`tensorflow`](https://pypi.org/project/tensorflow/)
2020
package on an ARM machine installs AWS's
@@ -172,7 +172,7 @@ The following NVIDIA® software are only required for GPU support.
172172
instructions may also work for other Linux distros.
173173
174174
Note: Starting with TensorFlow `2.10`, Linux CPU-builds for Aarch64/ARM64
175-
processors are are built, maintained, tested and released by a third party:
175+
processors are built, maintained, tested and released by a third party:
176176
[AWS](https://aws.amazon.com/).
177177
Installing the [`tensorflow`](https://pypi.org/project/tensorflow/)
178178
package on an ARM machine installs AWS's

site/en/install/source.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Use [Git](https://git-scm.com/){:.external} to clone the
7878
<code class="devsite-terminal">cd tensorflow</code>
7979
</pre>
8080

81-
The repo defaults to the `master` development branch. You can also checkout a
81+
The repo defaults to the `master` development branch. You can also check out a
8282
[release branch](https://github.com/tensorflow/tensorflow/releases){:.external}
8383
to build:
8484

site/en/install/source_windows.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ Use [Git](https://git-scm.com/){:.external} to clone the
8080
<code class="devsite-terminal tfo-terminal-windows">cd tensorflow</code>
8181
</pre>
8282

83-
The repo defaults to the `master` development branch. You can also checkout a
83+
The repo defaults to the `master` development branch. You can also check out a
8484
[release branch](https://github.com/tensorflow/tensorflow/releases){:.external}
8585
to build:
8686

0 commit comments

Comments
 (0)