Skip to content

Commit 5beb0c5

Browse files
Test
1 parent 05ad8ef commit 5beb0c5

File tree

1 file changed

+1
-1
lines changed
  • frameworks/Python/aiohttp/app

1 file changed

+1
-1
lines changed

frameworks/Python/aiohttp/app/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
def pg_dsn(dialect=None) -> str:
2828
"""
29-
:return: DSN url suitable for sqlalchemy and aiopg.
29+
:return: DSN url suitable for sqlalchemy and aiopg
3030
"""
3131
return str(URL.create(
3232
database='hello_world',

0 commit comments

Comments
 (0)