diff options
author | Marcel Ribeiro Dantas <ribeirodantasdm@gmail.com> | 2023-02-02 09:44:59 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-02 09:44:59 -0300 |
commit | c30c3088fda9c12c1d5f0bfbe727a658ac036e05 (patch) | |
tree | 4287ecbd32fdf9f82e4c57ed0333c495540fc938 | |
parent | 4460ef9bb67f8fb88707e151d39b5641ed3eeb08 (diff) | |
parent | 1ef779974acd118d77fab755ca5fb0540b61afe6 (diff) |
Merge pull request #4577 from 0-pal/patch-1
[yaml/de-de] Fixed minor typo
-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 |