We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c1bea5 commit d61fa79Copy full SHA for d61fa79
1 file changed
.github/ISSUE_TEMPLATE/1-bug-report.yml
@@ -45,7 +45,7 @@ body:
45
using. If you are using the Python package and are running within a
46
terminal emulator, then typing the following command in the shell will
47
print the version number:<br>
48
- `python3 -c 'import qsimcirq; print(qsimcirq.__version__)'`<br>
+ ```python3 -c 'import qsimcirq; print(qsimcirq.__version__)'```<br>
49
If you are using a Google Colab or Jupyter notebook environment,
50
then running the following command in a notebook cell will print
51
the version number:<br>
0 commit comments