Skip to content

Commit d61fa79

Browse files
committed
test
1 parent 0c1bea5 commit d61fa79

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/ISSUE_TEMPLATE/1-bug-report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ body:
4545
using. If you are using the Python package and are running within a
4646
terminal emulator, then typing the following command in the shell will
4747
print the version number:<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
48-
`python3 -c 'import qsimcirq; print(qsimcirq.__version__)'`<br>
48+
```python3 -c 'import qsimcirq; print(qsimcirq.__version__)'```<br>
4949
If you are using a Google Colab or Jupyter notebook environment,
5050
then running the following command in a notebook cell will print
5151
the version number:<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;

0 commit comments

Comments
 (0)