Python: Apply suggestions from code review

Co-authored-by: yoff <lerchedahl@gmail.com>
This commit is contained in:
Rasmus Wriedt Larsen
2021-09-20 12:04:46 +02:00
committed by GitHub
parent 9f590dbf2d
commit 97c0f1c7b7

View File

@@ -40,7 +40,7 @@ to a SQL injection attack.
<p>
In the third case, the query is built fully using the ORM models, so in the end, the
user-supplied input will passed passed to the database using query parameters. The
user-supplied input will be passed to the database using query parameters. The
database connector library will take care of escaping and inserting quotes as needed.
</p>