Correct various docstring typos and inaccuracies.
Review Request #8219 — Created June 4, 2016 and submitted
Fixes some miscellaneous docstring issues I've encountered across the code base: 1. In extensions.hooks.APIExtraDataAccessHook, fix a typo where 'private_data' was spelled incorrectly. 2. In webapi.tests.mixins_review, update a collection of HTTP PUT tests that were incorrectly labeled as HTTP POST.
-
Can you update the summary and description to be more specific about what docstrings are updated and why? That'll help down the road.
- Change Summary:
-
Add more detailed description of changes.
- Summary:
-
Miscellaneous docstring cleanup.Correct various docstring typos and inaccuracies.
- Description:
-
~ Fixes some typos and copy-and-paste errors I ran into in various docstrings.
~ Fixes some miscellaneous docstring issues I've encountered across the code base:
+ + - In extensions.hooks.APIExtraDataAccessHook, fix a typo where 'private_data' was spelled incorrectly.
+ - In webapi.tests.mixins_review, update a collection of HTTP PUT tests that were incorrectly labeled as HTTP POST.