Skip to content

Commit fff49a2

Browse files
committed
Fixed line-too-long
1 parent 3e54af3 commit fff49a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_io/adafruit_io.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def validate_feed_key(feed_key):
4444
re.match(r"^[a-zA-Z0-9-]+((\/|\.)[a-zA-Z0-9-]+)?$", feed_key)
4545
): # validate key naming scheme
4646
raise TypeError(
47-
"Feed key must contain English letters, numbers, dash, and one period or one forward slash."
47+
"Feed key must contain English letters, numbers, dash, and a period or a forward slash."
4848
)
4949

5050

0 commit comments

Comments
 (0)