diff options
| author | Tarek <[email protected]> | 2020-06-05 05:40:16 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-06-04 23:40:16 -0400 |
| commit | f2fa61305715da1e5f7b2892375639816e57fe13 (patch) | |
| tree | 8a12c34d4a767b19079129fcaa73ac95435270ef /docs/migrating.rst | |
| parent | Fix incorrect class reference in documentation (diff) | |
| download | discord.py-f2fa61305715da1e5f7b2892375639816e57fe13.tar.xz discord.py-f2fa61305715da1e5f7b2892375639816e57fe13.zip | |
Fix minor markdown typo in migrating.rst
Diffstat (limited to 'docs/migrating.rst')
| -rw-r--r-- | docs/migrating.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/migrating.rst b/docs/migrating.rst index b3169850..baf97160 100644 --- a/docs/migrating.rst +++ b/docs/migrating.rst @@ -328,7 +328,7 @@ They will be enumerated here. - Use :attr:`Client.emojis` instead. -` ``Client.messages`` +- ``Client.messages`` - Use read-only :attr:`Client.cached_messages` instead. |