diff --git a/docs/how-delta-lake-works/architecture-of-delta-table.md b/docs/how-delta-lake-works/architecture-of-delta-table.md index 6b092de7f2..b2426d75d5 100644 --- a/docs/how-delta-lake-works/architecture-of-delta-table.md +++ b/docs/how-delta-lake-works/architecture-of-delta-table.md @@ -86,7 +86,7 @@ Create another pandas DataFrame and append it to the Delta table to see how this ```python df = pd.DataFrame({"num": [8, 9], "letter": ["dd", "ee"]}) -write_deltalake("tmp/some-table", df, mode="ovewrite") +write_deltalake("tmp/some-table", df, mode="append") ``` Here are the files in storage: