Skip to content

Commit

Permalink
docs: Typo script
Browse files Browse the repository at this point in the history
  • Loading branch information
ghusta authored Jul 5, 2024
1 parent c4c5061 commit 64d2447
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ DB_NAME = "world-db"
DB_USER = "world"
DB_PASS = "world123"

with psycopg.connect(dbname=DB_NAME, user=DB_USER, password=DB_PASS, host=DB_HOST, port=DB_PORT) as conn:
with psycopg.connect(dbname=DB_NAME, user=DB_USER, password=DB_PASS, host=DB_HOST, port=DB_PORT) as conn:

with conn.cursor() as cur:
cur.execute("select count(*) from city")
Expand Down

0 comments on commit 64d2447

Please sign in to comment.