Skip to content

Commit 9153b68

Browse files
minor wordsmithing
1 parent 484283c commit 9153b68

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/reading.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -721,8 +721,8 @@ response for us. So `ibis` does all the hard work of translating from Python to
721721
we can just stick with Python!
722722

723723
The `ibis` package provides lots of `pandas`-like tools for working with database tables.
724-
For example, we can look at the first few rows of the table by using the `head` function---and
725-
we won't forget to `execute` to see the result!
724+
For example, we can look at the first few rows of the table by using the `head` function,
725+
followed by `execute` to retrieve the response.
726726

727727
```{index} database; head, ibis;
728728
```

0 commit comments

Comments
 (0)