Add backticks around snippet containing __version__

Otherwise we get "version" in bold, and users are confused.
This commit is contained in:
Geoffrey Irving 2016-06-07 08:47:19 -07:00
parent ede4b4c111
commit 984b35906a

View File

@ -16,7 +16,7 @@ Installed version of CUDA and cuDNN:
If installed from binary pip package, provide:
1. Which pip package you installed.
2. The output from python -c "import tensorflow; print(tensorflow.__version__)".
2. The output from `python -c "import tensorflow; print(tensorflow.__version__)"`.
If installed from sources, provide the commit hash: