Fix docs in BadInviteArgument class

Add missing "argument" to docs in BadInviteArgument class.
This commit is contained in:
NORXND 2021-09-23 20:44:36 +02:00 committed by GitHub
parent 0637a628ca
commit 1614d6aa68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -455,6 +455,11 @@ class BadInviteArgument(BadArgument):
This inherits from :exc:`BadArgument`
.. versionadded:: 1.5
Attributes
-----------
argument: :class:`str`
The invite supplied by the caller that was not found
"""
def __init__(self, argument: str) -> None: