Skip to content

Commit

Permalink
Correct document
Browse files Browse the repository at this point in the history
  • Loading branch information
erichuanggit committed Sep 7, 2015
1 parent d090ab8 commit 66952e3
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions pdc/apps/compose/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -1064,9 +1064,10 @@ def list(self, request):
[
{
"bugzilla_component": [
GConf1, GConf2
string,
...
],
"bugzilla_product": Fedora
"bugzilla_product": string
},
...
]
Expand All @@ -1077,9 +1078,9 @@ def list(self, request):
[
{
"bugzilla_component": [
GConf1, GConf2
"GConf1", "GConf2"
],
"bugzilla_product": Fedora
"bugzilla_product": "Fedora"
}
]
"""
Expand Down

0 comments on commit 66952e3

Please sign in to comment.