Skip to content

Commit 9cbca1c

Browse files
garyd2031st1
authored andcommitted
Fix typo in "PostgreSQL" in project description
1 parent 5a4daf7 commit 9cbca1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ def finalize_options(self):
246246
setuptools.setup(
247247
name='asyncpg',
248248
version=VERSION,
249-
description='An asyncio PosgtreSQL driver',
249+
description='An asyncio PostgreSQL driver',
250250
long_description=readme,
251251
classifiers=[
252252
'Development Status :: 5 - Production/Stable',

0 commit comments

Comments
 (0)