Skip to content

Commit

Permalink
[Documentation] Format code block.
Browse files Browse the repository at this point in the history
Signed-off-by: Marcela Morales Quispe <[email protected]>
  • Loading branch information
marcemq committed Oct 7, 2018
1 parent 367f7d6 commit f9371cf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,11 @@ You can collect some of this information using our environment capture script:

https://github.com/tensorflow/tensorflow/tree/master/tools/tf_env_collect.sh

You can obtain the TensorFlow version with
You can obtain the TensorFlow version with:

```bash
python -c "import tensorflow as tf; print(tf.GIT_VERSION, tf.VERSION)"
```

### Describe the problem
Describe the problem clearly here. Be sure to convey here why it's a bug in TensorFlow or a feature request.
Expand Down

0 comments on commit f9371cf

Please sign in to comment.