From 23b42b08d175cf0c5fd568f9914cbd17eac7e1f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonatan=20M=C3=A4nnchen?= Date: Wed, 15 Nov 2023 11:09:48 +0100 Subject: [PATCH] Doc Code Formatting Fix --- lib/explorer/data_frame.ex | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/explorer/data_frame.ex b/lib/explorer/data_frame.ex index 94664ebc4..2ad198283 100644 --- a/lib/explorer/data_frame.ex +++ b/lib/explorer/data_frame.ex @@ -5307,10 +5307,10 @@ defmodule Explorer.DataFrame do ## Examples - df = Explorer.Datasets.iris() - Explorer.DataFrame.print(df) - Explorer.DataFrame.print(df, limit: 1) - Explorer.DataFrame.print(df, limit: :infinity) + df = Explorer.Datasets.iris() + Explorer.DataFrame.print(df) + Explorer.DataFrame.print(df, limit: 1) + Explorer.DataFrame.print(df, limit: :infinity) """ @doc type: :introspection @spec print(df :: DataFrame.t(), opts :: Keyword.t()) :: :ok