File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Filter options
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Original file line number Diff line number Diff line change 237
237
##
238
238
## The font.variant property has two values: normal or small-caps. For
239
239
## TrueType fonts, which are scalable fonts, small-caps is equivalent
240
- ## to using a font size of 'smaller', or about 83% % of the current font
240
+ ## to using a font size of 'smaller', or about 83 % of the current font
241
241
## size.
242
242
##
243
243
## The font.weight property has effectively 13 values: normal, bold,
445
445
## These control the default format strings used in AutoDateFormatter.
446
446
## Any valid format datetime format string can be used (see the python
447
447
## `datetime` for details). For example, by using:
448
- ## - '%% x' will use the locale date representation
449
- ## - '%% X' will use the locale time representation
450
- ## - '%% c' will use the full locale datetime representation
448
+ ## - '%x' will use the locale date representation
449
+ ## - '%X' will use the locale time representation
450
+ ## - '%c' will use the full locale datetime representation
451
451
## These values map to the scales:
452
452
## {'year': 365, 'month': 30, 'day': 1, 'hour': 1/24, 'minute': 1 / (24 * 60)}
453
453
You can’t perform that action at this time.
0 commit comments