api doc source indention is wrong #2800

Open
opened 2015-06-04 13:02:26 +00:00 by j · 0 comments
Owner

(https://indiancine.ma/api/get)

has

def get(request, data):
response = json_response({})
...

should be

def get(request, data):
    response = json_response({})
    ...

(https://indiancine.ma/api/get) has ``` def get(request, data): response = json_response({}) ... ``` should be ``` def get(request, data): response = json_response({}) ... ```
0x2620 added the
frontend
label 2015-06-04 13:02:26 +00:00
0x2620 added this to the 14.04 milestone 2015-06-04 13:02:26 +00:00
0x2620 self-assigned this 2015-06-04 13:02:26 +00:00
0x2620 added the
normal
defect
labels 2015-06-04 13:02:26 +00:00
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: 0x2620/pandora#2800
No description provided.