From f9d18ce142d7b775732a57433aa0d4708a591f36 Mon Sep 17 00:00:00 2001 From: NaboKabbo <101510622+PythonChicken123@users.noreply.github.com> Date: Sun, 3 Dec 2023 20:55:14 +0000 Subject: [PATCH] Update index.rst --- docs/index.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/index.rst b/docs/index.rst index 08f3dd0..8eb3cbd 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -122,7 +122,7 @@ Basic Coop print(f"Chicken Stats: {chicken.get_status}") Reading CSV -~~~~~~~~~~~ +----------- .. code:: python @@ -148,7 +148,7 @@ Reading CSV print("2. type: " + type_column_as_list[2]) Writing CSV -~~~~~~~~~~~ +----------- .. code:: python