Skip to content

Commit a2f9823

Browse files
committed
Update text-and-annotations.md
1 parent a2afa66 commit a2f9823

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

doc/python/text-and-annotations.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -401,8 +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 available depend on the font familiy that is set.
405-
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 familiy, the weight will be rounded to the nearest available value.
406405

407406

408407
```python

0 commit comments

Comments
 (0)