Skip to content

Commit

Permalink
Add backticks around snippet containing __version__
Browse files Browse the repository at this point in the history
Otherwise we get "version" in bold, and users are confused.
  • Loading branch information
girving committed Jun 7, 2016
1 parent ede4b4c commit 984b359
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 984b359

Please sign in to comment.