Skip to content

Commit

Permalink
Fix: variable typo?
Browse files Browse the repository at this point in the history
  • Loading branch information
tonykploomber committed Feb 28, 2023
1 parent 2381263 commit 6c4d9cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/community/vs.md
Original file line number Diff line number Diff line change
Expand Up @@ -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}}
- Variable expansion is being replaced from `{variable}`, `${variable}` to `{{variable}}`

0 comments on commit 6c4d9cb

Please sign in to comment.