We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The python template predominantly uses PEP 287 - reStructuredText (reST) format style docstrings for function documentation. However certain functions docstrings - namely in modules/swagger-codegen/src/main/resources/python/api.mustache and modules/swagger-codegen/src/main/resources/python/api_client.mustache - are in syntactic and or grammatical violation of the correct convention.
modules/swagger-codegen/src/main/resources/python/api.mustache
modules/swagger-codegen/src/main/resources/python/api_client.mustache
Useful links:
I proposed a solution in pull request #12533
#12533
The text was updated successfully, but these errors were encountered:
No branches or pull requests
[Python] fix docstring to comply with PEP 287
The python template predominantly uses PEP 287 - reStructuredText (reST) format style docstrings for function documentation. However certain functions docstrings - namely in
modules/swagger-codegen/src/main/resources/python/api.mustache
andmodules/swagger-codegen/src/main/resources/python/api_client.mustache
- are in syntactic and or grammatical violation of the correct convention.Useful links:
I proposed a solution in pull request
#12533
The text was updated successfully, but these errors were encountered: