Fix typo in Alexa resources docstring (#124388)

Fixed typo in Alexa resources docstring
This commit is contained in:
spongebobberts
2024-08-22 03:05:13 -04:00
committed by GitHub
parent 60f9fbf800
commit 9b9e98a26e

View File

@@ -283,7 +283,7 @@ class AlexaPresetResource(AlexaCapabilityResource):
"""Implements Alexa PresetResources. """Implements Alexa PresetResources.
Use presetResources with RangeController to provide a set of Use presetResources with RangeController to provide a set of
friendlyNamesfor each RangeController preset. friendlyNames for each RangeController preset.
https://developer.amazon.com/docs/device-apis/resources-and-assets.html#presetresources https://developer.amazon.com/docs/device-apis/resources-and-assets.html#presetresources
""" """