From 2b3583b68bd2727b183d35d3e37e44ae26ae688d Mon Sep 17 00:00:00 2001 From: Teo Camarasu Date: Wed, 29 May 2024 15:56:49 +0100 Subject: [PATCH] docs: remove empty 'where' clause (#327) This hanging where statement seems like a typo or the ghost of a proper where long gone --- docs/tutorial.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/tutorial.rst b/docs/tutorial.rst index 433077b3..a30ecf98 100644 --- a/docs/tutorial.rst +++ b/docs/tutorial.rst @@ -357,7 +357,6 @@ focus on the /type/ of that query:: author <- each authorSchema project <- projectsForAuthor author return (author, project) - where >>> :t select conn authorsAndProjects select conn authorsAndProjects