aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Numerlor <[email protected]>2021-01-11 01:07:07 +0100
committerGravatar Numerlor <[email protected]>2021-01-11 02:21:31 +0100
commitc2447e0f2a3f28f79ec73d82b3ba4923b377f3e9 (patch)
tree4c62c87e04a12999d457485b4dae9fc24326954e
parentSend a message to devlog instead of logging a warning (diff)
Update outdated docstring
-rw-r--r--bot/exts/info/doc/_parsing.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/exts/info/doc/_parsing.py b/bot/exts/info/doc/_parsing.py
index 257161dd5..f07b530c1 100644
--- a/bot/exts/info/doc/_parsing.py
+++ b/bot/exts/info/doc/_parsing.py
@@ -225,7 +225,7 @@ def _create_markdown(signatures: Optional[List[str]], description: Iterable[Tag]
def get_symbol_markdown(soup: BeautifulSoup, symbol_data: DocItem) -> Optional[str]:
"""
- Return parsed markdown of the passed symbol using the passed in soup, truncated to 1000 characters.
+ Return parsed markdown of the passed symbol using the passed in soup, truncated to fit within a discord message.
The method of parsing and what information gets included depends on the symbol's group.
"""