Skip to content

Commit aa605f5

Browse files
mjaldavidism
authored andcommitted
fix typo
1 parent 9692880 commit aa605f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/queries.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ for missing entries. Flask-SQLAlchemy provides some extra query methods.
7171

7272
.. code-block:: python
7373
74-
@app.route("/user-by-id/<int:id>)
74+
@app.route("/user-by-id/<int:id>")
7575
def user_by_id(id):
7676
user = db.get_or_404(User, id)
7777
return render_template("show_user.html", user=user)

0 commit comments

Comments
 (0)