You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/python/text-and-annotations.md
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -401,8 +401,7 @@ fig.show()
401
401
402
402
In the previous example, we set a font `weight` using a keyword value. You can also set font `weight` using a numeric value.
403
403
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.
0 commit comments