Skip to content

Commit 0690cc6

Browse files
authored
Merge pull request #143 from DoubleML/m-fix-template-typo
fix typo in issue template
2 parents 093648c + db6be27 commit 0690cc6

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)