Skip to content

Commit 3aba48e

Browse files
committed
fix typo
1 parent d3f8b40 commit 3aba48e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/introduction/read_and_write.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ or :py:meth:`~lance.write_dataset` with ``mode=append``.
7878
2 Carla 37
7979

8080
>>> new_table2 = pa.Table.from_pylist([{"name": "David", "age": 42}])
81-
>>> ds = lance.write_dataset(new_table_2, ds, mode="append")
81+
>>> ds = lance.write_dataset(new_table2, ds, mode="append")
8282
>>> ds.to_table().to_pandas()
8383
name age
8484
0 Alice 20

0 commit comments

Comments
 (0)