MagicStack / asyncpg

A fast PostgreSQL Database Client Library for Python/asyncio.
Apache License 2.0
6.99k stars 404 forks source link

Small fix for documentation on using SSL in Connection #995

Closed ScottFred closed 1 year ago

ScottFred commented 1 year ago

The sample code shows async def main(): ... asyncio.run(run()), but the function to be run is named "main()".
So this sample does not run.