ran faq through a spelling and grammar checker

This commit is contained in:
Sleepy Flower Girl
2017-10-02 20:11:35 -04:00
committed by Rapptz
parent 44a4a473ab
commit d50acf79f8
2 changed files with 2 additions and 2 deletions

View File

@@ -21,7 +21,7 @@ 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``.
More advance setups are possible with the ``logging`` module. To for
More advanced setups are possible with the ``logging`` module. To for
example write the logs to a file called ``discord.log`` instead of
outputting them to to the console the following snippet can be used::