diff options
| author | Rapptz <[email protected]> | 2020-01-21 03:47:56 -0500 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2020-01-21 03:47:56 -0500 |
| commit | 02397306b2ed76b3bc42b2b28e8672e839bdeaf5 (patch) | |
| tree | 90286ce3d6ec654f4be9952a9459675c7fb52c74 /discord/asset.py | |
| parent | [commands] Export max_concurrency and MaxConcurrencyReached in docs (diff) | |
| download | discord.py-02397306b2ed76b3bc42b2b28e8672e839bdeaf5.tar.xz discord.py-02397306b2ed76b3bc42b2b28e8672e839bdeaf5.zip | |
Drop superfluous zero in version related changes in the documentation
Diffstat (limited to 'discord/asset.py')
| -rw-r--r-- | discord/asset.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/discord/asset.py b/discord/asset.py index 23834b0c..349c42a4 100644 --- a/discord/asset.py +++ b/discord/asset.py @@ -171,7 +171,7 @@ class Asset: and a URL won't be present if a custom image isn't associated with the asset, e.g. a guild with no custom icon. - .. versionadded:: 1.1.0 + .. versionadded:: 1.1 Raises ------ |