Skip to content

Commit 00c6e55

Browse files
committed
minor fix
1 parent 3540cfe commit 00c6e55

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
@@ -223,7 +223,7 @@ In this section, you add authentication code to your working directory and perfo
223223

224224
* `<server-name>` and `<username>` with the values you copied from the Azure portal.
225225
* `<password>` with your server password.
226-
* `<database-name>` with the name of your Azure Database for PostgreSQL flexible server database. A default database named *postgres* was automatically created when you created your server. You can rename that database or create a new database by using SQL commands.
226+
* `<database-name>` with the name of your Azure Database for PostgreSQL flexible server database. A default database named *postgres* was automatically created when you created your server. You can use that database or create a new database by using SQL commands.
227227

228228
---
229229

0 commit comments

Comments
 (0)