Skip to content

Commit 1f24042

Browse files
committed
docs: tasks typo fix
1 parent a922b91 commit 1f24042

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ In the function body:
199199

200200
## 3.13 - Close the Connection Decorator
201201

202-
@pytest.mark.app-close-the-connection-decorator To ensure the `close_connection` function is called when the `app_context` is destroyed give decorate it with `@app.teardown_appcontext`.
202+
@pytest.mark.app-close-the-connection-decorator To ensure the `close_connection` function is called when the `app_context` is destroyed decorate it with `@app.teardown_appcontext`.
203203

204204
# Module 04 - Display All Jobs
205205

0 commit comments

Comments
 (0)