Skip to content
This repository has been archived by the owner on Sep 26, 2019. It is now read-only.

Commit

Permalink
fix docstring for class
Browse files Browse the repository at this point in the history
Change-Id: I5af6ede72ddd1abe3b30e0e9501b7ef20ff7c2ff
  • Loading branch information
miqui committed Feb 5, 2015
1 parent adf1d94 commit 03a35d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion poppy/transport/pecan/models/response/service.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

class Model(collections.OrderedDict):

'Service Response Model.'
"""Service Response Model."""

def __init__(self, service_obj, controller):
super(Model, self).__init__()
Expand Down

0 comments on commit 03a35d4

Please sign in to comment.