From dbc88a7bf2935149696880bc4c02dba613d721ae Mon Sep 17 00:00:00 2001 From: David Brochart Date: Mon, 12 Sep 2022 09:19:23 +0200 Subject: [PATCH 1/2] Fix typo --- docs/tutorial/where.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorial/where.md b/docs/tutorial/where.md index d4e4639dba..bf739439e7 100644 --- a/docs/tutorial/where.md +++ b/docs/tutorial/where.md @@ -436,7 +436,7 @@ Maybe your code could even run and seem like it's all fine, and then some months And maybe finally you would realize that we wrote the code using `secret_identity` which is not a column in the table. We should have written `secret_name` instead. -Now, with the the expressions, your editor would show you an error right away if you tried this: +Now, with the expressions, your editor would show you an error right away if you tried this: ```Python # Expression ✨ From 1516ca511ba8a2ad9154960197a3dc464652fd42 Mon Sep 17 00:00:00 2001 From: David Brochart Date: Thu, 6 Oct 2022 14:31:34 +0200 Subject: [PATCH 2/2] Again --- docs/db-to-code.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/db-to-code.md b/docs/db-to-code.md index ce9ffac251..2e0fb1babc 100644 --- a/docs/db-to-code.md +++ b/docs/db-to-code.md @@ -62,7 +62,7 @@ The user is probably, in some way, telling your application: 2 ``` -And the would be this table (with a single row): +And the result would be this table (with a single row):