aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar NotFlameDev <[email protected]>2021-07-23 08:06:26 +0700
committerGravatar GitHub <[email protected]>2021-07-23 08:06:26 +0700
commited142e5251000fe12a39844feec31a308e391d96 (patch)
tree475234ed4ee1855e48dfcb3e0ca96cb0bd9d332e
parentHyperlink fix (diff)
Update docstring explanation.
Co-authored-by: ChrisJL <[email protected]>
-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