From 624ad37f2657cad6754cdc148768deb07fa8f3d1 Mon Sep 17 00:00:00 2001 From: Liam Connors Date: Tue, 9 Aug 2022 15:22:19 -0400 Subject: [PATCH] Fix typo --- contributing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contributing.md b/contributing.md index 0ef512344c4..5ae21f157a1 100644 --- a/contributing.md +++ b/contributing.md @@ -24,7 +24,7 @@ the structure of the code and of the repository. in `packages/python/plotly/codegen`. Most of the codegen code concerns the generation of docstrings from the schema JSON in Plotly.js. Traces and Layout classes have a direct correspondence with their Javascript - counterpart. Higher-level methods that work on on figures regardless of the current schema (e.g., `BaseFigure.for_each_trace`) are defined in `packages/python/plotly/plotly/basedatatypes.py`. Additional helper methods are defined there for the `Figure` object, such as + counterpart. Higher-level methods that work on figures regardless of the current schema (e.g., `BaseFigure.for_each_trace`) are defined in `packages/python/plotly/plotly/basedatatypes.py`. Additional helper methods are defined there for the `Figure` object, such as `update_layout`, `add_trace`, etc. - [the `plotly.express` module](https://plotly.com/python/plotly-express/) (usually imported as `px`) is a high-level