• 
      

    Fix API doc building errors due to incorrect parameter names.

    Review Request #8467 — Created Oct. 17, 2016 and submitted

    Information

    Review Board
    release-2.5.x
    89718c5...

    Reviewers

    A change made in the upcoming 2.5.7 release included the addition of a
    new related link for the review request resource. The implementatino of
    get_related_links() accepted a review_request positional argument,
    instead of an obj keyword argument, which ended up breaking doc
    building.

    This change renames the argument to obj in order to fix this. No other
    behavior has changed.

    Built the docs successfully (along with another upcoming change).

    Description From Last Updated

    Col: 80 E501 line too long (84 > 79 characters)

    reviewbotreviewbot
    reviewbot
    1. Tool: PEP8 Style Checker
      Processed Files:
          reviewboard/webapi/resources/review_request.py
      
      
      
      Tool: Pyflakes
      Processed Files:
          reviewboard/webapi/resources/review_request.py
      
      
    2. Show all issues
      Col: 80
       E501 line too long (84 > 79 characters)
      
    3. 
        
    brennie
    1. Ship It!
    2. 
        
    chipx86
    Review request changed
    Status:
    Completed
    Change Summary:
    Pushed to release-2.5.x (a516b26)