From 18833d342e7763d42365a590187a9a1711488e99 Mon Sep 17 00:00:00 2001 From: Charles Garwood Date: Thu, 13 Aug 2020 10:16:28 -0400 Subject: [PATCH] Fix typo in media_player docstring (#38843) --- homeassistant/components/media_player/const.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/media_player/const.py b/homeassistant/components/media_player/const.py index ab70a339d24..372b34eae45 100644 --- a/homeassistant/components/media_player/const.py +++ b/homeassistant/components/media_player/const.py @@ -1,4 +1,4 @@ -"""Proides the constants needed for component.""" +"""Provides the constants needed for component.""" ATTR_APP_ID = "app_id" ATTR_APP_NAME = "app_name"