diff options
| author | 2021-07-23 08:06:26 +0700 | |
|---|---|---|
| committer | 2021-07-23 08:06:26 +0700 | |
| commit | ed142e5251000fe12a39844feec31a308e391d96 (patch) | |
| tree | 475234ed4ee1855e48dfcb3e0ca96cb0bd9d332e | |
| parent | Hyperlink fix (diff) | |
Update docstring explanation.
Co-authored-by: ChrisJL <[email protected]>
| -rw-r--r-- | bot/resources/tags/docstring.md | 2 |
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 |