Fix typo (#545)
This commit is contained in:
2
examples/functions/Python/README.md
vendored
2
examples/functions/Python/README.md
vendored
@@ -3,7 +3,7 @@
|
||||
Write a function like,
|
||||
|
||||
```python
|
||||
def fx(requenst):
|
||||
def fx(request):
|
||||
return "hello world"
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user