Skip to content

Commit ddd7855

Browse files
authored
Typo
1 parent 5aaa673 commit ddd7855

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

polars/07-querying-with-sql.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ def _(cached_file, sqlalchemy):
8383
@app.cell(hide_code=True)
8484
def _(mo):
8585
mo.md(r"""
86-
After creating the Engine, you should be able to see it in the **Data Sources** pannel in the sidebar. Whenever you create an SQLAlchemy engine as a global variable, Marimo picks up on it and makes it available for use in SQL Cells
86+
After creating the Engine, you should be able to see it in the **Data Sources** panel in the sidebar. Whenever you create an SQLAlchemy engine as a global variable, Marimo picks up on it and makes it available for use in SQL Cells
8787
8888
You can use it to consult all tables and their columns, as well as click "Add table to notebook" to get the code to use it, creating our first SQL Cell:
8989
""")

0 commit comments

Comments
 (0)