aws / jsii

jsii allows code in any language to naturally interact with JavaScript classes. It is the technology that enables the AWS Cloud Development Kit to deliver polyglot libraries from a single codebase!
https://aws.github.io/jsii
Apache License 2.0
2.64k stars 244 forks source link

(jsii-rosetta) Python CDK API reference incorrectly translates "oAuth" in examples #3513

Open ghost opened 2 years ago

ghost commented 2 years ago

Describe the issue

In the Python API reference for appflow.CfnConnectorProfile (and probably other pages) there's an example that refers to a property connector_oAuth_request. however this is actually spelled connector_o_auth_request in Python.

Links

https://docs.aws.amazon.com/cdk/api/v2/python/aws_cdk.aws_appflow/CfnConnectorProfile.html#connectoroauthrequestproperty

skinny85 commented 2 years ago

Good catch! I think this is a JSII Rosetta bug, so let's transfer the issue into that repository.