aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/docs_src
diff options
context:
space:
mode:
authorGravatar Mark Daoust <markdaoust@google.com>2018-07-19 07:36:49 -0700
committerGravatar GitHub <noreply@github.com>2018-07-19 07:36:49 -0700
commit7b0c47e59e2af9d28b453609497548cb4fbdc6df (patch)
tree961542be70314117feca27d62cd0d0d6a445c8db /tensorflow/docs_src
parent5bf5f09450f153b1f35030e91b18bf56499a85d7 (diff)
fix typo I added.
Diffstat (limited to 'tensorflow/docs_src')
-rw-r--r--tensorflow/docs_src/install/install_linux.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/docs_src/install/install_linux.md b/tensorflow/docs_src/install/install_linux.md
index 84f7cc1c31..b0106ad481 100644
--- a/tensorflow/docs_src/install/install_linux.md
+++ b/tensorflow/docs_src/install/install_linux.md
@@ -221,7 +221,7 @@ And use `pip` to install the package for Python 2 or 3:
<pre class="prettyprint lang-bsh">
<code class="devsite-terminal">pip install --upgrade --user tensorflow # Python 2.7</code>
- <code class="devsite-terminal">pip3 install -upgrade --user tensorflow # Python 3.n</code>
+ <code class="devsite-terminal">pip3 install --upgrade --user tensorflow # Python 3.n</code>
</pre>
Use `pip list` to show the packages installed on the system.