Skip to content

Commit 6c8ef6d

Browse files
committed
fix issues
1 parent b330b0e commit 6c8ef6d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/python/text-and-annotations.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -399,10 +399,10 @@ fig.show()
399399

400400
*New in 5.23*
401401

402-
In the previous example, we set a `font-weight` using a keyword value. You can also set `font-weight` using a numeric value.
402+
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-family` that is set. The `font-weight`
405-
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.
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.
406406

407407

408408
```python

0 commit comments

Comments
 (0)