Skip to content

Commit e1f45a4

Browse files
committed
: -> ; in exception message
1 parent ed52906 commit e1f45a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pusher_push_notifications/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ def publish(self, interests, publish_body):
143143
interest,
144144
)
145145
+ 'Allowed characters are: ASCII upper/lower-case letters, '
146-
+ 'numbers or one of _=@,.:-'
146+
+ 'numbers or one of _=@,.;-'
147147
)
148148

149149
publish_body['interests'] = interests

0 commit comments

Comments
 (0)