From 45948414766510062be031b8d7de27ea9979df60 Mon Sep 17 00:00:00 2001 From: LilSpazJoekp <15524072+LilSpazJoekp@users.noreply.github.com> Date: Mon, 22 Feb 2021 17:54:46 -0600 Subject: [PATCH] Fix typo in deprecation message --- praw/models/user.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, )