From 41fdb06ca7c803e8f825d452af701cb8f0b5d30d Mon Sep 17 00:00:00 2001 From: Ashwin Srinath <3190405+shwina@users.noreply.github.com> Date: Wed, 4 May 2022 13:33:34 -0400 Subject: [PATCH] Update docs/cudf/source/user_guide/internals.md Co-authored-by: Bradley Dice --- docs/cudf/source/user_guide/internals.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/cudf/source/user_guide/internals.md b/docs/cudf/source/user_guide/internals.md index e37db0eda6a..c4d25207209 100644 --- a/docs/cudf/source/user_guide/internals.md +++ b/docs/cudf/source/user_guide/internals.md @@ -17,7 +17,7 @@ Format](https://arrow.apache.org/docs/format/Columnar.html). A column represents a sequence of values, any number of which may be "null". Columns are specialized based on the type of data they contain. Thus we have `NumericalColumn`, `StringColumn`, `DatetimeColumn`, -etc., +etc. A column is composed of the following: