summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2023-07-24 08:03:48 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2023-07-24 08:03:48 +0000
commit36db14f4c6c28209371d563d76697df0172e337f (patch)
tree527347be54a38fc9b14fe1fa04c27a4bbae44016 /README.md
parentReleasing debian version 17.4.1-1. (diff)
downloadsqlglot-36db14f4c6c28209371d563d76697df0172e337f.tar.xz
sqlglot-36db14f4c6c28209371d563d76697df0172e337f.zip
Merging upstream version 17.7.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 0c4252f..c3db529 100644
--- a/README.md
+++ b/README.md
@@ -70,7 +70,7 @@ We'd love to hear from you. Join our community [Slack channel](https://tobikodat
### Formatting and Transpiling
-Easily translate from one dialect to another. For example, date/time functions vary from dialects and can be hard to deal with:
+Easily translate from one dialect to another. For example, date/time functions vary between dialects and can be hard to deal with:
```python
import sqlglot