summaryrefslogtreecommitdiffstats
path: root/docs/sqlglot.html
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2023-07-24 08:03:45 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2023-07-24 08:03:45 +0000
commitca57dc468e5d8d0920e964d45ad25271ae6e633d (patch)
tree319d8bffcb5c3e9afe9e62beca9ef401480578d2 /docs/sqlglot.html
parentAdding upstream version 17.4.1. (diff)
downloadsqlglot-ca57dc468e5d8d0920e964d45ad25271ae6e633d.tar.xz
sqlglot-ca57dc468e5d8d0920e964d45ad25271ae6e633d.zip
Adding upstream version 17.7.0.upstream/17.7.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'docs/sqlglot.html')
-rw-r--r--docs/sqlglot.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/sqlglot.html b/docs/sqlglot.html
index a45e3b3..b59ef04 100644
--- a/docs/sqlglot.html
+++ b/docs/sqlglot.html
@@ -169,7 +169,7 @@
<h3 id="formatting-and-transpiling">Formatting and Transpiling</h3>
-<p>Easily translate from one dialect to another. For example, date/time functions vary from dialects and can be hard to deal with:</p>
+<p>Easily translate from one dialect to another. For example, date/time functions vary between dialects and can be hard to deal with:</p>
<div class="pdoc-code codehilite">
<pre><span></span><code><span class="kn">import</span> <span class="nn">sqlglot</span>