Skip to content

Commit

Permalink
Typo in numbered list
Browse files Browse the repository at this point in the history
  • Loading branch information
wence- committed Jun 6, 2024
1 parent 3fcc556 commit d46e4b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/cudf_polars/docs/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ around their pylibcudf counterparts. We have four (in
1. `Scalar` (a wrapper around a pylibcudf `Scalar`)
2. `Column` (a wrapper around a pylibcudf `Column`)
3. `NamedColumn` a `Column` with an additional name
3. `DataFrame` (a wrapper around a pylibcudf `Table`)
4. `DataFrame` (a wrapper around a pylibcudf `Table`)

The interfaces offered by these are somewhat in flux, but broadly
speaking, a `DataFrame` is just a list of `NamedColumn`s which each
Expand Down

0 comments on commit d46e4b8

Please sign in to comment.