Fix typo in circular comment

This commit is contained in:
Sebastian Law 2022-03-05 19:59:48 -08:00 committed by GitHub
parent 554d2d7c99
commit 4a5057551a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1382,7 +1382,8 @@ class Messageable:
raise TypeError(f'view parameter must be View not {view.__class__!r}')
if suppress_embeds:
from .message import MessageFlags # circualr import
from .message import MessageFlags # circular import
flags = MessageFlags._from_value(4)
else:
flags = MISSING