From d69ad049e653c24e283d9f617262e8f5a6d69b5b Mon Sep 17 00:00:00 2001 From: janbridley <55467578+janbridley@users.noreply.github.com> Date: Wed, 19 Feb 2025 15:51:53 -0500 Subject: [PATCH] Fix typo --- parsnip/parsnip.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parsnip/parsnip.py b/parsnip/parsnip.py index a20f33a..0f7e72e 100644 --- a/parsnip/parsnip.py +++ b/parsnip/parsnip.py @@ -557,7 +557,7 @@ def box(self): Example ------- - This method provides a convinient interface to create box objects. + This method provides a convenient interface to create box objects. >>> box = cif.box >>> print(box)