Skip to content

Commit 4a3ee5d

Browse files
committed
Reformulate MWE Tag Hint
1 parent 4658e79 commit 4a3ee5d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

components/taghints.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,9 @@
2727
},
2828
"mwe": {
2929
"message": (
30-
'{query} Have a look at <a href="https://github.com/python-telegram-bot/python-'
31-
'telegram-bot/wiki/MWE">Minimal Working Example (MWE)</a> if you need help.'
30+
"{query} Please follow these instructions on how to write a "
31+
'<a href="https://github.com/python-telegram-bot/python-'
32+
'telegram-bot/wiki/MWE">Minimal Working Example (MWE)</a>.'
3233
),
3334
"help": "How to build an MWE for PTB.",
3435
"default": "Hey. Please provide a minimal working example (MWE).",

0 commit comments

Comments
 (0)