Skip to content

Commit 3eb06f6

Browse files
committed
Update horizontal-vertical-shapes.md
1 parent 23a0068 commit 3eb06f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/python/horizontal-vertical-shapes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ fig.show()
143143

144144
*New in 5.14*
145145

146-
[Text labels on shapes](/python/shapes/#addingtextlabelstoshapes), introduced in version 5.14, is now the recommended way to add shapes with text. The above examples using `add_hline`, `add_vrect`, `add_hrect`, and `add_vline` that add annotations can be rewritten to use `label`.
146+
[Text labels on shapes](/python/shapes/#addingtextlabelstoshapes), introduced in version 5.14, is now the recommended way to add text to shapes. The above examples using `add_hline`, `add_vrect`, `add_hrect`, and `add_vline` that add annotations can be rewritten to use `label`.
147147

148148

149149
```python
@@ -177,7 +177,7 @@ fig.show()
177177

178178
```
179179

180-
With [text labels on shapes](/python/shapes/#addingtextlabelstoshapes), you can also add text labels to shapes other than lines and rectangles, and can they can be added to shapes drawn by the user.
180+
With [text labels on shapes](/python/shapes/#addingtextlabelstoshapes), you can also add text labels to shapes other than lines and rectangles, and the labels can be added automatically to shapes drawn by the user.
181181

182182

183183
### Reference

0 commit comments

Comments
 (0)