Skip to content

Commit b14ca1b

Browse files
authored
Update README.es.md
1 parent e9e22b0 commit b14ca1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.learn/exercises/08.1-delete-live-test/README.es.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Hasta ahora esto es lo que tienes sobre el endpoint `DELETE /todos/<int:positio
55
```python
66
@app.route('/todos/<int:position>', methods=['DELETE'])
77
def delete_todo(position):
8-
print("This is the position to delete: ",position)
8+
print("This is the position to delete:", position)
99
return 'something'
1010
```
1111

0 commit comments

Comments
 (0)