Correct various docstring typos and inaccuracies.

Review Request #8219 — Created June 4, 2016 and submitted

Information

Review Board
master
b9317cf...

Reviewers

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.

 
reviewbot
  1. Tool: Pyflakes
    Processed Files:
        reviewboard/webapi/tests/mixins_review.py
        reviewboard/extensions/hooks.py
    
    
    
    Tool: PEP8 Style Checker
    Processed Files:
        reviewboard/webapi/tests/mixins_review.py
        reviewboard/extensions/hooks.py
    
    
  2. 
      
chipx86
  1. Can you update the summary and description to be more specific about what docstrings are updated and why? That'll help down the road.

  2. 
      
gmyers
brennie
  1. Ship It!
  2. 
      
david
  1. Ship It!
  2. 
      
gmyers
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to release-3.0.x (d16f5b6)
Loading...