Skip to content

Commit a922b91

Browse files
committed
docs: markdown fix
1 parent 9a37177 commit a922b91

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
@@ -431,7 +431,7 @@ In the body of the function return the `render_template` function passing in the
431431
@pytest.mark.app-review-post-request-check In the body of the `review` above the render_template function call, create an `if` statement that checks if `request.method` is `'POST'`.
432432

433433
- In the `if` statement create four variables `review`, `rating`, `title`, and `status`. Set them equal to their respective `request.form` values i.e. `request.form['review']`.
434-
- Create a `date` variable assign it todays date formatted like '08/10/2018`. **Hint: Use `now()` and `strftime("%m/%d/%Y")`. If you use `now()` add an `import datetime` statement to the top of `app.py`.**
434+
- Create a `date` variable assign it todays date formatted like '08/10/2018'. **Hint: Use `now()` and `strftime("%m/%d/%Y")`. If you use `now()` add an `import datetime` statement to the top of `app.py`.**
435435

436436
## 7.3 - Insert Review
437437

0 commit comments

Comments
 (0)