Skip to content

Commit 7422fdf

Browse files
committed
Update shapes.md
1 parent 65e4764 commit 7422fdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/python/shapes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -919,7 +919,7 @@ fig.show()
919919

920920
Use `texttemplate` to add text with variables to shapes. `texttemplate` uses d3 number and date formatting and supports raw variables, which use the raw data from the shape definition, and some calculated variables. Add a variable with "%{variable}".
921921

922-
This example adds the raw variables `x0` and `y0` to a rectangle and shows the calculated variables `height`, `slope`, and `width`on three other shapes.
922+
This example adds the raw variables `x0` and `y0` to a rectangle and shows the calculated variables `height`, `slope`, and `width` on three other shapes.
923923

924924
For a complete list of available variables, see the [Shape Reference Docs](https://plotly.com/python/reference/layout/shapes/).
925925

0 commit comments

Comments
 (0)