mirror of https://github.com/knative/func.git
fixed a misspell in docs (#1217)
# Changes - bugs: variable `body` was misspelled
This commit is contained in:
parent
4301ca2d42
commit
fc54831ff0
|
@ -122,7 +122,7 @@ for more information.
|
|||
#### Example
|
||||
```python
|
||||
def main(context: Context):
|
||||
data = { "message": "Howdy!" }
|
||||
body = { "message": "Howdy!" }
|
||||
headers = { "content-type": "application/json" }
|
||||
return body, 200, headers
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue