Skip to content

Commit 7379900

Browse files
committed
Fix grammar of tips.
1 parent 40be346 commit 7379900

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

azure-sql/database/connect-query-python.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,10 @@ To further explore Python and the database in Azure SQL Database, see [Azure SQL
7676

7777
1. Verify that the databases and their collations are returned, and then close the command window.
7878

79-
If you receive an error, check the following:
79+
If you receive an error:
8080
- Verify that the server name, database name, username, and password you're using are correct.
8181
- Verify that the ODBC driver you installed is the same version as the `driver` variable in the code above. For example, the code shows 17, but you may have installed a different version.
82-
- If you running the code from a local environment, verify that the firewall of the Azure resource you're trying to access is configured to allow access from you environment's IP address.
82+
- If you're running the code from a local environment, verify that the firewall of the Azure resource you're trying to access is configured to allow access from your environment's IP address.
8383

8484
## Next steps
8585

0 commit comments

Comments
 (0)