Skip to content

Commit db6be27

Browse files
committed
fix typo in issue template
1 parent 093648c commit db6be27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ body:
7272
```python
7373
import platform; print(platform.platform())
7474
import sys; print("Python", sys.version)
75-
import doubleml; print("DoubleML", sklearn.__version__)
75+
import doubleml; print("DoubleML", doubleml.__version__)
7676
import sklearn; print("Scikit-Learn", sklearn.__version__)
7777
```
7878
validations:

0 commit comments

Comments
 (0)