We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9e22b0 commit b14ca1bCopy full SHA for b14ca1b
.learn/exercises/08.1-delete-live-test/README.es.md
@@ -5,7 +5,7 @@ Hasta ahora esto es lo que tienes sobre el endpoint `DELETE /todos/<int:positio
5
```python
6
@app.route('/todos/<int:position>', methods=['DELETE'])
7
def delete_todo(position):
8
- print("This is the position to delete: ",position)
+ print("This is the position to delete:", position)
9
return 'something'
10
```
11
0 commit comments