From 6c4d9cb501d1ae2855373790debfa2b9167d30da Mon Sep 17 00:00:00 2001 From: Tony Kuo Date: Tue, 28 Feb 2023 14:49:59 -0500 Subject: [PATCH] Fix: variable typo? --- doc/community/vs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/community/vs.md b/doc/community/vs.md index 5814f08a7..808774a4d 100644 --- a/doc/community/vs.md +++ b/doc/community/vs.md @@ -7,4 +7,4 @@ JupySQL is an actively maintained fork of [ipython-sql](https://github.com/cathe If you're migrating from `ipython-sql` to JupySQL, these are the differences (it most cases, no code changes are needed): - Since `0.6` JupySQL no longer supports old versions of IPython -- Variable expansion is being replaced from `{variable}`, `${variable}` to {{variable}} \ No newline at end of file +- Variable expansion is being replaced from `{variable}`, `${variable}` to `{{variable}}` \ No newline at end of file