Fix typo (#544)
This commit is contained in:
2
examples/functions/Python/func.py
vendored
2
examples/functions/Python/func.py
vendored
@@ -1,2 +1,2 @@
|
||||
def fx(requenst):
|
||||
def fx(request):
|
||||
return "hello world"
|
||||
|
||||
Reference in New Issue
Block a user