Skip to content

Commit

Permalink
Merge pull request #491 from Cornices/backslash-warning
Browse files Browse the repository at this point in the history
Fix DeprecationWarning for unrecognized backslash escapes
  • Loading branch information
glasserc committed Oct 23, 2018
2 parents 5c27b1c + 86b9f0b commit 4c54e1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cornice/service.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ class Service(object):
:param cors_origins:
The list of origins for CORS. You can use wildcards here if needed,
e.g. ('list', 'of', '\*.domain').
e.g. ('list', 'of', '\\*.domain').
:param cors_headers:
The list of headers supported for the services.
Expand Down

0 comments on commit 4c54e1a

Please sign in to comment.