From cc23a54d5859131027fbe567874432d323efe083 Mon Sep 17 00:00:00 2001 From: Matt Gardner Date: Fri, 15 Apr 2016 21:53:35 -0400 Subject: [PATCH] Typo fix Changed spelling of optinal to the correct spelling of optional in docs\logging.rst --- docs/logging.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/logging.rst b/docs/logging.rst index 418453b39..039557529 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``.