Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix parameter syntax in Amazon docstrings #35349

Merged
merged 1 commit into from
Nov 1, 2023

Conversation

josh-fell
Copy link
Contributor

In some of the classes and functions for the Amazon provider, there is an extra colon present when specifying parameters in docstrings. This was causing the parameters to not render correctly in API documentation.

In some of the classes and functions for the Amazon provider, there is an extra colon present when specifying parameters in docstrings. This was causing the parameters to not render correctly in API documentation.
@boring-cyborg boring-cyborg bot added area:providers provider:amazon AWS/Amazon - related issues labels Nov 1, 2023
@josh-fell
Copy link
Contributor Author

As an example:

Before
image

After
image

@hussein-awala hussein-awala merged commit 9782ee3 into apache:main Nov 1, 2023
45 checks passed
@josh-fell josh-fell deleted the amazon-docstring-params branch November 1, 2023 16:45
romsharon98 pushed a commit to romsharon98/airflow that referenced this pull request Nov 10, 2023
In some of the classes and functions for the Amazon provider, there is an extra colon present when specifying parameters in docstrings. This was causing the parameters to not render correctly in API documentation.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:providers provider:amazon AWS/Amazon - related issues
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants