Fix docs in BadInviteArgument class #76

Merged
NORXND merged 1 commits from 2.0 into 2.0 2021-09-26 05:39:10 +00:00

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: