Add backticks around snippet containing __version__
Otherwise we get "version" in bold, and users are confused.
This commit is contained in:
parent
ede4b4c111
commit
984b35906a
@ -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:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user