We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05ad8ef commit 5beb0c5Copy full SHA for 5beb0c5
frameworks/Python/aiohttp/app/main.py
@@ -26,7 +26,7 @@
26
27
def pg_dsn(dialect=None) -> str:
28
"""
29
- :return: DSN url suitable for sqlalchemy and aiopg.
+ :return: DSN url suitable for sqlalchemy and aiopg
30
31
return str(URL.create(
32
database='hello_world',
0 commit comments