From 951623617cf0993cf8e33b0a498397b7d6042d3b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ege=20Emir=20=C3=96zkan?= Date: Mon, 10 Aug 2020 04:43:41 +0300 Subject: [PATCH] Add documention --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 352d86e..4f9f056 100644 --- a/README.md +++ b/README.md @@ -79,4 +79,4 @@ latter fetches all records. Both return a tuple of `class_` objects. The last helper method, `fetch_if(class_, condition)` fetches all the records of type `class_` that fit a certain condition. Here conditions -must be written is SQL syntax. \ No newline at end of file +must be written is SQL syntax. Be careful about the string espacially. \ No newline at end of file