ibm-cloud-docs / hs-crypto

hs-crypto
3 stars 22 forks source link

Production API docs python example has incorrect syntax #7

Closed fritzheidi closed 4 years ago

fritzheidi commented 4 years ago

The keyword False is capitalized in python. In the documentation it is lowercase.

"extractable": false -> "extractable": False

Here is the link to the API docs where it should be updated. https://cloud.ibm.com/apidocs/hs-crypto?code=python#create-a-new-key

liuxjep commented 4 years ago

@fritzheidi Hi Heidi, thanks for spotting this. The production docs has been updated accordingly. Please check it out at: https://cloud.ibm.com/apidocs/hs-crypto?code=python#create-a-new-key Any further comments, please let us know. Thank you!

fritzheidi commented 4 years ago

@liuxjep Looks perfect, thank you!