Spaces:
Runtime error
Runtime error
Examples from the API have syntax error due to the lack of " escaping
#10
by
utopiah
- opened
The Python and JavaScript code snippet generated as examples for API calls are using " but the Python example already uses """ for comments. Consequently they'd have to be either escaped or use ' instead.