Skip to content

Commit dec90d1

Browse files
authored
Lint the Install TensorFlow for C guide
1 parent d3a2080 commit dec90d1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

site/en/install/lang_c.ipynb

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -81,15 +81,15 @@
8181
"id": "Vk--31hqIwSV"
8282
},
8383
"source": [
84-
"## Nightly Libtensorflow C packages\n",
84+
"## Nightly libtensorflow C packages\n",
8585
"\n",
86-
"Libtensorflow packages are built nightly and uploaded to GCS for all supported\n",
86+
"libtensorflow packages are built nightly and uploaded to GCS for all supported\n",
8787
"platforms. They are uploaded to the\n",
8888
"[libtensorflow-nightly GCS bucket](https://storage.googleapis.com/libtensorflow-nightly)\n",
8989
"and are indexed by operating system and date built. For MacOS and Linux shared\n",
90-
"objects, we have a\n",
90+
"objects, there is a\n",
9191
"[script](https://github.com/tensorflow/tensorflow/blob/master/tensorflow/tools/ci_build/builds/libtensorflow_nightly_symlink.sh)\n",
92-
"that renames the .so files versioned to the current date copied into the\n",
92+
"that renames the `.so` files versioned to the current date copied into the\n",
9393
"directory with the artifacts."
9494
]
9595
},
@@ -123,7 +123,7 @@
123123
"id": "y50y01XUFVb2"
124124
},
125125
"source": [
126-
"### Download & extract\n",
126+
"### Download and extract\n",
127127
"\n",
128128
"<table>\n",
129129
" <tr><th>TensorFlow C library</th><th>URL</th></tr>\n",

0 commit comments

Comments
 (0)