From b168674b9eeeef8de46fa44d03b80aa37eb6a51a Mon Sep 17 00:00:00 2001 From: crazy rabbidz Date: Sun, 8 Mar 2020 21:06:50 -0700 Subject: [PATCH] Update bug_report.md --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 32f4b69e4..c392545c1 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -17,7 +17,7 @@ Your issue will be closed unless you confirm the following (insert `x` in the br * Operating System / Distribution: * Architecture: - * GDB version (including the Python library version - can be found via `$ gdb -ex "pi import sys;print(sys.version)"`): + * GDB version (including the Python library version) copy the output of `$ gdb -ex "pi import sys;print(gdb.VERSION);print(sys.version)"`: ### Step 2: Describe your problem