Skip to content

Commit 59e5826

Browse files
Merge pull request #9 from pusher/fix-exception-message
: -> ; in exception message
2 parents ed52906 + e1f45a4 commit 59e5826

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)