diff --git a/praw/models/user.py b/praw/models/user.py index f5259eb2a5..df6bda0eb5 100644 --- a/praw/models/user.py +++ b/praw/models/user.py @@ -145,7 +145,7 @@ def me( warn( "The `None` return value is deprecated, and will raise a" " `ReadOnlyException` beginning with PRAW 8. See documentation for" - " forward compatability options.", + " forward compatibility options.", category=DeprecationWarning, stacklevel=2, )