From 14d7d9dcf83022524abf75d3213c88eef65bca0d Mon Sep 17 00:00:00 2001 From: Alfredo Carella Date: Tue, 13 Jun 2023 09:15:45 +0200 Subject: [PATCH] Fix typo in Getting Started section text (#5759) --- examples/getting_started/2-Customization.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/getting_started/2-Customization.ipynb b/examples/getting_started/2-Customization.ipynb index 6ff9e167f7..f7cd203570 100644 --- a/examples/getting_started/2-Customization.ipynb +++ b/examples/getting_started/2-Customization.ipynb @@ -162,7 +162,7 @@ "source": [ "# Discovering options\n", "\n", - "In the above cell, the result of calling `opts.Curve()` is passed into the `.opts` method returning an `Options` object. `opts.Curve()` and the other option builders aren't always needed, but the are very helpful for validating options and offer tab completion to help you discover possible values:" + "In the above cell, the result of calling `opts.Curve()` is passed into the `.opts` method returning an `Options` object. `opts.Curve()` and the other option builders aren't always needed, but they are very helpful for validating options and offer tab completion to help you discover possible values:" ] }, {