summaryrefslogtreecommitdiff
path: root/glib/gdatetime.c
diff options
context:
space:
mode:
Diffstat (limited to 'glib/gdatetime.c')
-rw-r--r--glib/gdatetime.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/glib/gdatetime.c b/glib/gdatetime.c
index 1771d0fe9..2d20679f0 100644
--- a/glib/gdatetime.c
+++ b/glib/gdatetime.c
@@ -2548,7 +2548,7 @@ g_date_time_format_locale (GDateTime *datetime,
* - \%C: the century number (year/100) as a 2-digit integer (00-99)
* - \%d: the day of the month as a decimal number (range 01 to 31)
* - \%e: the day of the month as a decimal number (range 1 to 31)
- * - \%F: equivalent to `\%Y-\%m-\%d` (the ISO 8601 date format)
+ * - \%F: equivalent to `%Y-%m-%d` (the ISO 8601 date format)
* - \%g: the last two digits of the ISO 8601 week-based year as a
* decimal number (00-99). This works well with \%V and \%u.
* - \%G: the ISO 8601 week-based year as a decimal number. This works