Skip to content

Commit 90fe9e0

Browse files
authored
Merge pull request matplotlib#24973 from StefRe/patch-1
MNT: Fix double % signs in matplotlibrc
2 parents a3011df + a762ae6 commit 90fe9e0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lib/matplotlib/mpl-data/matplotlibrc

+4-4
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@
237237
##
238238
## The font.variant property has two values: normal or small-caps. For
239239
## 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
241241
## size.
242242
##
243243
## The font.weight property has effectively 13 values: normal, bold,
@@ -445,9 +445,9 @@
445445
## These control the default format strings used in AutoDateFormatter.
446446
## Any valid format datetime format string can be used (see the python
447447
## `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
451451
## These values map to the scales:
452452
## {'year': 365, 'month': 30, 'day': 1, 'hour': 1/24, 'minute': 1 / (24 * 60)}
453453

0 commit comments

Comments
 (0)