aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bot/resources/tags/docstring.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/resources/tags/docstring.md b/bot/resources/tags/docstring.md
index 31d9b239a..feafecc41 100644
--- a/bot/resources/tags/docstring.md
+++ b/bot/resources/tags/docstring.md
@@ -4,7 +4,7 @@ Here's an example of a docstring:
```py
def greet(name, age) -> str:
"""
- Greet someone with their name and age.
+ Return a string that greets the given person, including their name and age.
:param name: The name to greet.
:type name: str