Skip to content

Commit

Permalink
vcttesting: fix formatting of docstring to appease Sphinx
Browse files Browse the repository at this point in the history
This silences a warning.

--HG--
extra : histedit_source : da99fe95b4a9ec9825f0d4f0bb20d1fe070b6fb5
  • Loading branch information
indygreg committed Oct 31, 2018
1 parent 3239055 commit 636df11
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions testing/vcttesting/bugzilla/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,13 @@ def update_bug(self, **kwargs):
"""Update bug(s).
Required
ids: Array of ints or strings. The ids or aliases of the bugs that
you want to modify.
https://www.bugzilla.org/docs/4.2/en/html/api/Bugzilla/
WebService/Bug.html#update"""
ids
Array of ints or strings. The ids or aliases of the bugs that
you want to modify.
https://www.bugzilla.org/docs/4.2/en/html/api/Bugzilla/WebService/Bug.html#update
"""
return self.proxy.Bug.update(kwargs)

def create_bug_range(self, product, component, total):
Expand Down

0 comments on commit 636df11

Please sign in to comment.