Unverified Commit ef59b3c7 authored by Mark Daoust's avatar Mark Daoust Committed by GitHub
Browse files

Merge pull request #4350 from lamberta/fix-typo

Fix typo
parents fd1d1780 c5e2b1af
...@@ -89,7 +89,7 @@ ...@@ -89,7 +89,7 @@
"\n", "\n",
"## TensorFlow programming\n", "## TensorFlow programming\n",
"\n", "\n",
"There many [TensorFlow APIs](https://www.tensorflow.org/api_docs/python/) available, but we recommend starting with these high-level TensorFlow concepts:\n", "There are many [TensorFlow APIs](https://www.tensorflow.org/api_docs/python/) available, but start with these high-level TensorFlow concepts:\n",
"\n", "\n",
"* Enable an [eager execution](https://www.tensorflow.org/programmers_guide/eager) development environment,\n", "* Enable an [eager execution](https://www.tensorflow.org/programmers_guide/eager) development environment,\n",
"* Import data with the [Datasets API](https://www.tensorflow.org/programmers_guide/datasets),\n", "* Import data with the [Datasets API](https://www.tensorflow.org/programmers_guide/datasets),\n",
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment