Skip to content

Commit

Permalink
Fix wrong example
Browse files Browse the repository at this point in the history
ResponseInfo cell verb+path mismatched the cell above it

Tnx @jhpedemonte!
  • Loading branch information
parente committed Jun 2, 2016
1 parent 05122a8 commit f58594c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/http-mode.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ print(json.dumps(res))
Now consider this companion cell which runs after the cell above and sets a custom response header and status:

```python
# ResponseInfo GET /hello/world
# ResponseInfo POST /person
print(json.dumps({
"headers" : {
"Content-Type" : "application/json"
Expand Down

0 comments on commit f58594c

Please sign in to comment.