From 631193754953631c805a863e00af99091ff1af5a Mon Sep 17 00:00:00 2001 From: sunn <110405224+morning-sunn@users.noreply.github.com> Date: Sun, 9 Apr 2023 08:22:04 +0200 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 061a039..38361a5 100644 --- a/README.md +++ b/README.md @@ -753,7 +753,7 @@ from pydantic import UUID4 from sqlalchemy import desc, func, select, text from sqlalchemy.sql.functions import coalesce -from src.database import databse, posts, profiles, post_review, products +from src.database import database, posts, profiles, post_review, products async def get_posts( creator_id: UUID4, *, limit: int = 10, offset: int = 0