Skip to content

Commit

Permalink
Fix typo in Getting Started section text (#5759)
Browse files Browse the repository at this point in the history
  • Loading branch information
alfredocarella committed Jun 13, 2023
1 parent c5cb45f commit 14d7d9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/getting_started/2-Customization.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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:"
]
},
{
Expand Down

0 comments on commit 14d7d9d

Please sign in to comment.