aboutsummaryrefslogtreecommitdiff
path: root/docs/faq.rst
diff options
context:
space:
mode:
authorReece Dunham <[email protected]>2020-01-15 08:26:50 -0500
committerGitHub <[email protected]>2020-01-15 08:26:50 -0500
commite2dc4666252193ca91a9bc835810e3a326f7114b (patch)
treeedf8714c4eb9bd8d58674c945e6d70db00c3db8d /docs/faq.rst
parent[commands] Add missing async in documentation (diff)
downloaddiscord.py-e2dc4666252193ca91a9bc835810e3a326f7114b.tar.xz
discord.py-e2dc4666252193ca91a9bc835810e3a326f7114b.zip
[docs] Fix sphinx warning about heading
Diffstat (limited to 'docs/faq.rst')
-rw-r--r--docs/faq.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/faq.rst b/docs/faq.rst
index a4141366..e9ddcbe4 100644
--- a/docs/faq.rst
+++ b/docs/faq.rst
@@ -77,7 +77,7 @@ General
General questions regarding library usage belong here.
Where can I find usage examples?
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Example code can be found in the `examples folder <https://github.com/Rapptz/discord.py/tree/master/examples>`_
in the repository.