Fix API doc building errors due to incorrect parameter names.
Review Request #8467 — Created Oct. 17, 2016 and submitted
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 areview_request
positional argument,
instead of anobj
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) |
reviewbot |