This commit is contained in:
Viktor Barzin
2020-06-02 01:58:04 +01:00
committed by GitHub
parent 4cd8bde604
commit eb5a1d4fc5

View File

@@ -3,7 +3,7 @@
Write a function like,
```python
def fx(requenst):
def fx(request):
return "hello world"
```