diff options
author | 0-pal <31777176+0-pal@users.noreply.github.com> | 2023-01-17 16:27:36 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-17 16:27:36 +0100 |
commit | 1ef779974acd118d77fab755ca5fb0540b61afe6 (patch) | |
tree | f9d344b7065eb8b6b66ed4a3365166c052d5b494 | |
parent | 2c524f094864c7c2adf3916cabfb6afdc610d816 (diff) |
Update yaml-de.html.markdown
Corrected minor typo: "Zeiangaben" -> "Zeitangaben"
-rw-r--r-- | de-de/yaml-de.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/de-de/yaml-de.html.markdown b/de-de/yaml-de.html.markdown index 0332c912..00e4fd94 100644 --- a/de-de/yaml-de.html.markdown +++ b/de-de/yaml-de.html.markdown @@ -112,7 +112,7 @@ python_komplexe_Zahlen: !!python/komplex 1+2j #################### # Strings und Zahlen sind nicht die einzigen Skalare, welche YAML versteht. -# ISO-formatierte Datumsangaben and Zeiangaben können ebenso geparsed werden. +# ISO-formatierte Datumsangaben and Zeitangaben können ebenso geparsed werden. DatumZeit: 2001-12-15T02:59:43.1Z DatumZeit_mit_Leerzeichen: 2001-12-14 21:59:43.10 -5 Datum: 2002-12-14 |