aboutsummaryrefslogtreecommitdiff
path: root/docs/logging.rst
diff options
context:
space:
mode:
authorMatt Gardner <[email protected]>2016-04-15 21:53:35 -0400
committerMatt Gardner <[email protected]>2016-04-15 21:53:35 -0400
commitcc23a54d5859131027fbe567874432d323efe083 (patch)
tree2e4c72b7573501435466613c2fab79eee9ea9e82 /docs/logging.rst
parentAdd optional server parameter to utils.oauth_url (diff)
downloaddiscord.py-cc23a54d5859131027fbe567874432d323efe083.tar.xz
discord.py-cc23a54d5859131027fbe567874432d323efe083.zip
Typo fix
Changed spelling of optinal to the correct spelling of optional in docs\logging.rst
Diffstat (limited to 'docs/logging.rst')
-rw-r--r--docs/logging.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/logging.rst b/docs/logging.rst
index 418453b3..03955752 100644
--- a/docs/logging.rst
+++ b/docs/logging.rst
@@ -17,7 +17,7 @@ Placed at the start of the application. This will output the logs from
discord as well as other libraries that uses the ``logging`` module
directly to the console.
-The optinal ``level`` argument specifies what level of events to log
+The optional ``level`` argument specifies what level of events to log
out and can any of ``CRITICAL``, ``ERROR``, ``WARNING``, ``INFO``, and
``DEBUG`` and if not specified defaults to ``WARNING``.