nightcityblade opened a new pull request, #2182: URL: https://github.com/apache/libcloud/pull/2182
## Fix Google DNS bulk record docstring syntax ### Description Fixes apache/libcloud#1936. The `GoogleDNSDriver.ex_bulk_record_changes` docstring mixed a field-list continuation with an unmarked, inconsistently indented dictionary example. Sphinx/docutils therefore emitted three warnings while generating the API documentation. This change aligns the continued parameter description and marks the example as a Python code block, without changing runtime behavior. ### Status Done, ready for review. ### Checklist (tick everything that applies) - [x] [Code linting](http://libcloud.readthedocs.org/en/latest/development.html#code-style-guide) (`flake8` and Black check pass) - [x] Documentation (Sphinx 6.2.1 dummy build passes; the three warnings for this docstring are gone) - [x] [Tests](http://libcloud.readthedocs.org/en/latest/testing.html) (`11 passed` in `libcloud/test/dns/test_google.py`) - [ ] [ICLA](http://libcloud.readthedocs.org/en/latest/development.html#contributing-bigger-changes) (N/A; small documentation-only correction) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
