Skip to content

Commit 5597452

Browse files
committed
Fix syntax in Python example in bug report template
1 parent f5cbb48 commit 5597452

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/ISSUE_TEMPLATE/bug-report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Include a complete code listing (or project/solution) that we can run to reprodu
2323
Partial code listings, or multiple fragments of code, will slow down our response or cause us to push the issue back to you to provide code to reproduce the issue.
2424

2525
```python
26-
print("Hello World!");
26+
print("Hello World!")
2727
```
2828

2929
### Expected behavior

0 commit comments

Comments
 (0)