Skip to content

Commit dc0b46e

Browse files
authored
Merge pull request #13993 from arob98/py4
very minor edit
2 parents 5949015 + 96f2cab commit dc0b46e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/connect/python/pyodbc/step-3-proof-of-concept-connecting-to-sql-using-pyodbc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ while row:
5656

5757
## Insert a row
5858

59-
In this example, you see how to run an [INSERT](../../../t-sql/statements/insert-transact-sql.md) statement safely, and pass parameters, which protect your application from [SQL injection](../../../relational-databases/tables/primary-and-foreign-key-constraints.md).
59+
In this example, you see how to run an [INSERT](../../../t-sql/statements/insert-transact-sql.md) statement safely, and pass parameters. The parameters protect your application from [SQL injection](../../../relational-databases/tables/primary-and-foreign-key-constraints.md).
6060

6161

6262
```python

0 commit comments

Comments
 (0)