From 3f9568b670dd6edefa93f7c4101f930209b77738 Mon Sep 17 00:00:00 2001 From: Anton Golovanov Date: Mon, 29 Apr 2024 18:30:22 +0300 Subject: [PATCH] Fix typo in tutorial.rst (#227) --- docs/getting/tutorial.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting/tutorial.rst b/docs/getting/tutorial.rst index 4307012..46762f6 100644 --- a/docs/getting/tutorial.rst +++ b/docs/getting/tutorial.rst @@ -4,7 +4,7 @@ Tutorial ************************** -This example will show the simplist way to use pandas with pint and the underlying objects. +This example will show the simplest way to use pandas with pint and the underlying objects. It's slightly fiddly to set up units compared to reading data and units from a file. A more typical use case is given in :doc:`Reading from csv <../user/reading>`.