Skip to content

Commit 0b5b61c

Browse files
Merge pull request #3256 from plotly/icicle_cherrypick
2 parents 21de56f + 337e210 commit 0b5b61c

File tree

5 files changed

+664
-5
lines changed

5 files changed

+664
-5
lines changed

Diff for: contributing.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ the structure of the code and of the repository.
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
31-
functional API that uses `graph_objects` under the hood. Its code is in `packages/python/plotly/express`.
31+
functional API that uses `graph_objects` under the hood. Its code is in `packages/python/plotly/plotly/express`.
3232
Plotly Express functions
3333
are designed to be highly consistent with each other, and to do *as little computation
3434
in Python as possible*, generally concerning themselves with formatting data and creating

0 commit comments

Comments
 (0)