Skip to content

Commit f14d6cc

Browse files
Merge pull request #3840 from plotly/LiamConnors-patch-2
Fix typo
2 parents b788ac5 + 624ad37 commit f14d6cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: contributing.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ the structure of the code and of the repository.
2424
in `packages/python/plotly/codegen`. Most of the codegen code concerns the generation of docstrings from
2525
the schema JSON in Plotly.js. Traces and
2626
Layout classes have a direct correspondence with their Javascript
27-
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
27+
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
2828
`update_layout`, `add_trace`, etc.
2929

3030
- [the `plotly.express` module](https://plotly.com/python/plotly-express/) (usually imported as `px`) is a high-level

0 commit comments

Comments
 (0)