Skip to content

Commit 84bcb8a

Browse files
aboydnwclaude
andcommitted
style: remove em dashes from rustac notebook
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent e53a76b commit 84bcb8a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

quickstarts/rustac.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@
159159
"source": [
160160
"## Write results without materializing Python objects",
161161
"",
162-
"For bulk work, skip the round-trip through Python dictionaries. `search_to_arrow` takes the same arguments as `search` and returns an Arrow table. It is backed by `arro3` (rustac's Arrow runtime), so adopt it into PyArrow with `pa.table(...)` \u2014 a zero-copy hand-off \u2014 before writing it to a new Parquet file.",
162+
"For bulk work, skip the round-trip through Python dictionaries. `search_to_arrow` takes the same arguments as `search` and returns an Arrow table. It is backed by `arro3` (rustac's Arrow runtime), so adopt it into PyArrow with `pa.table(...)`, a zero-copy hand-off, before writing it to a new Parquet file.",
163163
"",
164164
"**Expected result:** a `portland-2017.parquet` file written locally; `table.num_rows` is 5."
165165
]

0 commit comments

Comments
 (0)