Skip to content

Commit b6d27ea

Browse files
committed
minor #7031 Capitalize the time designator (simoheinonen)
This PR was merged into the 2.7 branch. Discussion ---------- Capitalize the time designator Commits ------- 839c448 Capitalize the time designator
2 parents b6f596a + 839c448 commit b6d27ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/yaml/yaml_format.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ YAML uses the ISO-8601 standard to express dates:
158158

159159
.. code-block:: yaml
160160
161-
2001-12-14t21:59:43.10-05:00
161+
2001-12-14T21:59:43.10-05:00
162162
163163
.. code-block:: yaml
164164

0 commit comments

Comments
 (0)