plotly.py icon indicating copy to clipboard operation
plotly.py copied to clipboard

Fix typo in the Scatter3D constructor documentation

Open kpister opened this issue 3 years ago • 1 comments

This is a documentation change in the code section, so I am not sure which of the following apply.

Documentation PR

  • [x] I've seen the doc/README.md file
  • [ ] This change runs in the current version of Plotly on PyPI and targets the doc-prod branch OR it targets the master branch

Code PR

  • [x] I have read through the contributing notes and understand the structure of the package. In particular, if my PR modifies code of plotly.graph_objects, my modifications concern the codegen files and not generated files.

kpister avatar Jul 26 '22 17:07 kpister

The typo is minor, but it ruins formatting on VSCode documentation hints since it inverts all the "code/not code" formatted sections.

kpister avatar Jul 26 '22 17:07 kpister

Hi. Thanks for the PR! This one requires the update to be made in Plotly.js as this doc comes from there. I've made the required updates there https://github.com/plotly/plotly.js/pull/6642 and once a new version of Plotly.js is released, we'll update Plotly.py to that version, which will automatically bring in the change.

LiamConnors avatar Jun 12 '23 16:06 LiamConnors

Closing this out as it is now fixed in Plotly.py.

LiamConnors avatar Nov 15 '23 15:11 LiamConnors