Skip to content

Commit 409fe10

Browse files
committed
slight grammar fix
1 parent be2518e commit 409fe10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/postgresql/flexible-server/connect-python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ In this section, you add authentication code to your working directory and perfo
146146
```python
147147

148148
# IMPORTANT! This code is for demonstration purposes only. It's not suitable for use in production.
149-
# For example, in production you should never place a password directly in code. Instead, you should some
149+
# For example, in production you should never place a password directly in code. Instead, you should use some
150150
# other mechanism, like environment variables or Azure keyvault to hold passwords.
151151

152152
def get_connection_string():

0 commit comments

Comments
 (0)