aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar swfarnsworth <[email protected]>2021-08-07 10:28:22 -0400
committerGravatar swfarnsworth <[email protected]>2021-08-07 10:28:22 -0400
commit6a7e4b23225c6232af64e9e733a252994cd1dd73 (patch)
tree2b1691233c34cd3e5ccbdf7e1561f8f194858628
parentThis was previously part of `asking-good-questions`. (diff)
"That can mean a lot of things" -> "It's usually not ... just by looking at the code"swfarnsworth/asking_good_questions
-rw-r--r--pydis_site/apps/content/resources/guides/pydis-guides/asking-good-questions.md2
1 files changed, 1 insertions, 1 deletions
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.