Skip to content

Commit 45c29d9

Browse files
Coding-with-Adamnicolaskruchten
authored andcommitted
docs(typo): correct path to express in plotly.py folder
1 parent 7e31e23 commit 45c29d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)