We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e54af3 commit fff49a2Copy full SHA for fff49a2
adafruit_io/adafruit_io.py
@@ -44,7 +44,7 @@ def validate_feed_key(feed_key):
44
re.match(r"^[a-zA-Z0-9-]+((\/|\.)[a-zA-Z0-9-]+)?$", feed_key)
45
): # validate key naming scheme
46
raise TypeError(
47
- "Feed key must contain English letters, numbers, dash, and one period or one forward slash."
+ "Feed key must contain English letters, numbers, dash, and a period or a forward slash."
48
)
49
50
0 commit comments