diff options
| author | Sleepy Flower Girl <[email protected]> | 2017-10-02 20:11:35 -0400 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2017-10-03 02:01:17 -0400 |
| commit | d50acf79f8003052090f79770ad251daa3a7ff70 (patch) | |
| tree | 377ce9bbf252899ad7fd36469fdf356f4df10072 | |
| parent | Version bump to v0.16.12 (diff) | |
| download | discord.py-d50acf79f8003052090f79770ad251daa3a7ff70.tar.xz discord.py-d50acf79f8003052090f79770ad251daa3a7ff70.zip | |
ran faq through a spelling and grammar checker
| -rw-r--r-- | docs/faq.rst | 2 | ||||
| -rw-r--r-- | docs/logging.rst | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/faq.rst b/docs/faq.rst index 1525b3a6..e1b419ca 100644 --- a/docs/faq.rst +++ b/docs/faq.rst @@ -218,7 +218,7 @@ one of the following functions: - :meth:`Server.get_channel` If the functions above do not help you, then use of :func:`utils.find` or :func:`utils.get` would serve some use in finding -specific entities. The documentation for those functions provide specific examples. +specific entities. The documentation for those functions provides specific examples. Commands Extension ------------------- diff --git a/docs/logging.rst b/docs/logging.rst index 03955752..4123ebe6 100644 --- a/docs/logging.rst +++ b/docs/logging.rst @@ -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:: |