diff --git a/docs/ref/templates/builtins.txt b/docs/ref/templates/builtins.txt
index 5dea153..5282860 100644
a
|
b
|
Available format strings:
|
1179 | 1179 | d Day of the month, 2 digits with ``'01'`` to ``'31'`` |
1180 | 1180 | leading zeros. |
1181 | 1181 | D Day of the week, textual, 3 letters. ``'Fri'`` |
1182 | | f Time, in 12-hour hours and minutes, ``'1'``, ``'1:30'`` |
1183 | | with minutes left off if they're zero. |
1184 | | Proprietary extension. |
1185 | 1182 | E Month, locale specific alternative |
1186 | 1183 | representation usually used for long |
1187 | 1184 | date representation. ``'listopada'`` (for Polish locale, as opposed to ``'Listopad'``) |
| 1185 | f Time, in 12-hour hours and minutes, ``'1'``, ``'1:30'`` |
| 1186 | with minutes left off if they're zero. |
| 1187 | Proprietary extension. |
1188 | 1188 | F Month, textual, long. ``'January'`` |
1189 | 1189 | g Hour, 12-hour format without leading ``'1'`` to ``'12'`` |
1190 | 1190 | zeros. |