Skip to content

Commit 1aa88d9

Browse files
committed
Update text-and-annotations.md
1 parent 149c0b8 commit 1aa88d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/python/text-and-annotations.md

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

402402
In the previous example, we set a font `weight` using a keyword value. You can also set font `weight` using a numeric value.
403403

404-
The font weights that are available depend on the font family that is set. If you set a font `weight` that isn't available for a particular font familiy, the weight will be rounded to the nearest available value.
404+
The font weights that are available depend on the font family that is set. If you set a font `weight` that isn't available for a particular font family, the weight will be rounded to the nearest available value.
405405

406406

407407
```python
@@ -443,7 +443,7 @@ fig = go.Figure(
443443
fig.show()
444444
```
445445

446-
[scattergl](https://plotly.com/python/reference/scattergl) traces do not support all numeric font weights. Font weights up to 500 are mapped to the keyword font weight "normal", while weights above 500 are mapped to "bold".
446+
[scattergl](https://plotly.com/python/reference/scattergl) traces do not support all numeric font weights. When you specify a numeric font weight on `scattergl`, weights up to 500 are mapped to the keyword font weight "normal", while weights above 500 are mapped to "bold".
447447

448448

449449
## Text Case

0 commit comments

Comments
 (0)