From dbea25d6803a3cbf720ead54991e2434b8315804 Mon Sep 17 00:00:00 2001 From: Etienne Bacher <52219252+etiennebacher@users.noreply.github.com> Date: Wed, 10 Apr 2024 19:37:43 +0200 Subject: [PATCH] minor --- vignettes/differences-with-python.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vignettes/differences-with-python.Rmd b/vignettes/differences-with-python.Rmd index 0d42d78fb..cadde0497 100644 --- a/vignettes/differences-with-python.Rmd +++ b/vignettes/differences-with-python.Rmd @@ -66,7 +66,7 @@ See `?polars_options()` for more details. ### Structs A `Struct` is a data type that is composed of several `Field`s, which themselves -have a name and a datatype. +have a name and a data type. The way to create a `Series` of type `Struct` is a bit convoluted as it involves `data.frame()`, `list()`, and `I()`: