Skip to content

Commit 8d15a4c

Browse files
authored
Update text-and-annotations.md
1 parent 6f17103 commit 8d15a4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: doc/python/text-and-annotations.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ fig.show()
353353

354354
*New in 5.22*
355355

356-
You can also configure a font's `variant`, `style`, and `weight` on `textfont`. Here, we configure an `italic` style on the first bar, `bold` weight on the second, and`small-caps` as the font variant on the third.
356+
You can also configure a font's `variant`, `style`, and `weight` on `textfont`. Here, we configure an `italic` style on the first bar, `bold` weight on the second, and `small-caps` as the font variant on the third.
357357

358358
```python
359359
import plotly.graph_objects as go

0 commit comments

Comments
 (0)