From 6a7e4b23225c6232af64e9e733a252994cd1dd73 Mon Sep 17 00:00:00 2001 From: swfarnsworth Date: Sat, 7 Aug 2021 10:28:22 -0400 Subject: "That can mean a lot of things" -> "It's usually not ... just by looking at the code" --- .../apps/content/resources/guides/pydis-guides/asking-good-questions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pydis_site/apps/content/resources/guides/pydis-guides/asking-good-questions.md b/pydis_site/apps/content/resources/guides/pydis-guides/asking-good-questions.md index 41b95e44..8a7eee9b 100644 --- a/pydis_site/apps/content/resources/guides/pydis-guides/asking-good-questions.md +++ b/pydis_site/apps/content/resources/guides/pydis-guides/asking-good-questions.md @@ -20,7 +20,7 @@ Use this formatting to paste code in Discord: Or use our [pastebin](https://paste.pydis.com/) for longer text samples. ### Asking "Why doesn't this work?" -That can mean a lot of things. Explain what you expected the code to do, and what it actually did. That can include getting the wrong output or getting an error message. +It's usually not possible to tell what the problem is just by looking at the code. Explain what you expected the code to do, and what it actually did. That can include getting the wrong output or getting an error message. If you get an error message, always share the whole error message (aka *traceback*), as this often contains valuable information. -- cgit v1.2.3